程序包 | 说明 |
---|---|
com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 方法和说明 |
---|---|
TCPConnectionMap |
TCPConnectionMap.clientBindAddress(java.net.InetAddress addr) |
TCPConnectionMap |
TCPConnectionMap.clientBindPort(int port) |
TCPConnectionMap |
TCPConnectionMap.deferClientBinding(boolean defer) |
TCPConnectionMap |
TCPConnectionMap.log(Log new_log) |
TCPConnectionMap |
TCPConnectionMap.peerAddressReadTimeout(int timeout) |
TCPConnectionMap |
TCPConnectionMap.timeService(TimeService ts) |
限定符和类型 | 方法和说明 |
---|---|
protected TCPConnectionMap |
TCP.createConnectionMap(long reaperInterval,
long connExpireTime,
java.net.InetAddress bindAddress,
java.net.InetAddress externalAddress,
int external_port,
int startPort,
int endPort) |