Uses of Enum
org.bidib.jbidibc.netbidib.server.ConnectionState.Phase
Packages that use ConnectionState.Phase
-
Uses of ConnectionState.Phase in org.bidib.jbidibc.netbidib.server
Fields in org.bidib.jbidibc.netbidib.server with type parameters of type ConnectionState.PhaseModifier and TypeFieldDescriptionstatic final 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.PhaseModifier and TypeMethodDescriptionstatic ConnectionState.PhaseReturns 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.