Uses of Class
org.jgroups.protocols.FD_SOCK
-
Packages that use FD_SOCK 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_SOCK in org.jgroups.protocols
Methods in org.jgroups.protocols that return FD_SOCK Modifier and Type Method Description FD_SOCK
FD_SOCK. keepAlive(boolean k)
FD_SOCK
FD_SOCK. setBindAddress(java.net.InetAddress b)
FD_SOCK
FD_SOCK. setCacheMaxAge(long c)
FD_SOCK
FD_SOCK. setCacheMaxElements(int c)
FD_SOCK
FD_SOCK. setClientBindPort(int c)
FD_SOCK
FD_SOCK. setExternalAddress(java.net.InetAddress e)
FD_SOCK
FD_SOCK. setExternalPort(int e)
FD_SOCK
FD_SOCK. setGetCacheTimeout(long g)
FD_SOCK
FD_SOCK. setLogSuspectedMessages(boolean log_suspected_msgs)
FD_SOCK
FD_SOCK. setNumTries(int n)
FD_SOCK
FD_SOCK. setPortRange(int p)
FD_SOCK
FD_SOCK. setSockConnTimeout(int s)
FD_SOCK
FD_SOCK. setStartPort(int s)
FD_SOCK
FD_SOCK. setSuspectMsgInterval(long s)
-