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