Uses of Class
org.bidib.jbidibc.netbidib.server.ConnectionState.Phase
-
Packages that use ConnectionState.Phase Package Description org.bidib.jbidibc.netbidib.server -
-
Uses of ConnectionState.Phase in org.bidib.jbidibc.netbidib.server
Fields in org.bidib.jbidibc.netbidib.server with type parameters of type ConnectionState.Phase Modifier and Type Field Description static io.netty.util.AttributeKey<ConnectionState.Phase>ConnectionState. STATE_KEYKey to retrieve the state from the session.Methods in org.bidib.jbidibc.netbidib.server that return ConnectionState.Phase Modifier and Type Method Description static ConnectionState.PhaseConnectionState.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionState.Phase[]ConnectionState.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-