|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionTable | |
org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
Uses of ConnectionTable in org.jgroups.blocks |
Subclasses of ConnectionTable in org.jgroups.blocks | |
class |
ConnectionTableNIO
Manages incoming and outgoing TCP connections. |
Uses of ConnectionTable in org.jgroups.protocols |
Methods in org.jgroups.protocols that return ConnectionTable | |
protected ConnectionTable |
TCP_NIO.getConnectionTable(long ri,
long cet,
java.net.InetAddress b_addr,
java.net.InetAddress bc_addr,
int s_port,
int e_port)
|
protected ConnectionTable |
TCP.getConnectionTable(long reaperInterval,
long connExpireTime,
java.net.InetAddress bindAddress,
java.net.InetAddress externalAddress,
int startPort,
int endPort)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |