Uses of Class
com.microsoft.azure.proton.transport.ws.WebSocket.WebSocketState
-
Packages that use WebSocket.WebSocketState Package Description com.microsoft.azure.proton.transport.ws Package containing classes for connecting via WebSockets.com.microsoft.azure.proton.transport.ws.impl Package containg implementation forWebSocketHandlerandWebSocket. -
-
Uses of WebSocket.WebSocketState in com.microsoft.azure.proton.transport.ws
Methods in com.microsoft.azure.proton.transport.ws that return WebSocket.WebSocketState Modifier and Type Method Description WebSocket.WebSocketStateWebSocket. getState()Access the current state of the layer.static WebSocket.WebSocketStateWebSocket.WebSocketState. valueOf(String name)Returns the enum constant of this type with the specified name.static WebSocket.WebSocketState[]WebSocket.WebSocketState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebSocket.WebSocketState in com.microsoft.azure.proton.transport.ws.impl
Methods in com.microsoft.azure.proton.transport.ws.impl that return WebSocket.WebSocketState Modifier and Type Method Description WebSocket.WebSocketStateWebSocketImpl. getState()
-