Uses of Class
org.jgroups.blocks.cs.NioConnection.State
-
Packages that use NioConnection.State Package Description org.jgroups.blocks.cs This package contains all client-server related interfaces and classes -
-
Uses of NioConnection.State in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as NioConnection.State Modifier and Type Field Description protected NioConnection.State
NioConnection.Reader. state
Methods in org.jgroups.blocks.cs that return NioConnection.State Modifier and Type Method Description static NioConnection.State
NioConnection.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NioConnection.State[]
NioConnection.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.blocks.cs with parameters of type NioConnection.State Modifier and Type Method Description protected void
NioConnection.Reader. state(NioConnection.State st)
-