Uses of Class
com.microsoft.azure.proton.transport.ws.WebSocket.WebSocketFrameReadState
-
Packages that use WebSocket.WebSocketFrameReadState Package Description com.microsoft.azure.proton.transport.ws Package containing classes for connecting via WebSockets. -
-
Uses of WebSocket.WebSocketFrameReadState in com.microsoft.azure.proton.transport.ws
Methods in com.microsoft.azure.proton.transport.ws that return WebSocket.WebSocketFrameReadState Modifier and Type Method Description static WebSocket.WebSocketFrameReadStateWebSocket.WebSocketFrameReadState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocket.WebSocketFrameReadState[]WebSocket.WebSocketFrameReadState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-