Uses of Class
org.jgroups.protocols.FD_SOCK2.State
-
Packages that use FD_SOCK2.State 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.State in org.jgroups.protocols
Fields in org.jgroups.protocols declared as FD_SOCK2.State Modifier and Type Field Description protected FD_SOCK2.State
FD_SOCK2.PingDest. client_state
Methods in org.jgroups.protocols that return FD_SOCK2.State Modifier and Type Method Description protected FD_SOCK2.State
FD_SOCK2.PingDest. clientState()
static FD_SOCK2.State
FD_SOCK2.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FD_SOCK2.State[]
FD_SOCK2.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.protocols with parameters of type FD_SOCK2.State Modifier and Type Method Description protected FD_SOCK2.PingDest
FD_SOCK2.PingDest. clientState(FD_SOCK2.State s)
-