Uses of Class
org.jgroups.protocols.FD_SOCK2
-
Packages that use FD_SOCK2 Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of FD_SOCK2 in org.jgroups.protocols
Methods in org.jgroups.protocols that return FD_SOCK2 Modifier and Type Method Description FD_SOCK2
FD_SOCK2. setBindAddress(java.net.InetAddress b)
FD_SOCK2
FD_SOCK2. setClientBindPort(int c)
FD_SOCK2
FD_SOCK2. setExternalAddress(java.net.InetAddress e)
FD_SOCK2
FD_SOCK2. setExternalPort(int e)
FD_SOCK2
FD_SOCK2. setLinger(int l)
FD_SOCK2
FD_SOCK2. setOffset(int o)
FD_SOCK2
FD_SOCK2. setPortRange(int p)
FD_SOCK2
FD_SOCK2. setSuspectMsgInterval(long s)
-