Uses of Class
org.eclipse.jetty.websocket.common.ConnectionState
-
Packages that use ConnectionState Package Description org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation -
-
Uses of ConnectionState in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return ConnectionState Modifier and Type Method Description static ConnectionStateConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.websocket.common with parameters of type ConnectionState Modifier and Type Method Description voidWebSocketSession. onConnectionStateChange(ConnectionState state) -
Uses of ConnectionState in org.eclipse.jetty.websocket.common.io
Methods in org.eclipse.jetty.websocket.common.io that return ConnectionState Modifier and Type Method Description ConnectionStateIOState. getConnectionState()Methods in org.eclipse.jetty.websocket.common.io with parameters of type ConnectionState Modifier and Type Method Description voidAbstractWebSocketConnection. onConnectionStateChange(ConnectionState state)voidIOState.ConnectionStateListener. onConnectionStateChange(ConnectionState state)
-