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