Uses of Class
org.jgroups.protocols.FD_SOCK2.PingDest
-
Packages that use FD_SOCK2.PingDest 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.PingDest in org.jgroups.protocols
Fields in org.jgroups.protocols declared as FD_SOCK2.PingDest Modifier and Type Field Description protected FD_SOCK2.PingDest
FD_SOCK2. ping_dest
Methods in org.jgroups.protocols that return FD_SOCK2.PingDest Modifier and Type Method Description protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. clientState(FD_SOCK2.State s)
protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. dest(Address d)
protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. destPhysical(IpAddress d)
protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. reset()
protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. resetConnectResult()
protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. setConnectResult(boolean b)
-