Uses of Class
com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebSocketMessageType
-
Packages that use WebSocketHandler.WebSocketMessageType Package Description com.microsoft.azure.proton.transport.ws Package containing classes for connecting via WebSockets. -
-
Uses of WebSocketHandler.WebSocketMessageType in com.microsoft.azure.proton.transport.ws
Methods in com.microsoft.azure.proton.transport.ws that return WebSocketHandler.WebSocketMessageType Modifier and Type Method Description WebSocketHandler.WebSocketMessageTypeWebSocketHandler.WebsocketTuple. getType()Gets the type of the message.static WebSocketHandler.WebSocketMessageTypeWebSocketHandler.WebSocketMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocketHandler.WebSocketMessageType[]WebSocketHandler.WebSocketMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.proton.transport.ws with parameters of type WebSocketHandler.WebSocketMessageType Modifier and Type Method Description voidWebSocketHandler.WebsocketTuple. setType(WebSocketHandler.WebSocketMessageType type)Sets the message type.Constructors in com.microsoft.azure.proton.transport.ws with parameters of type WebSocketHandler.WebSocketMessageType Constructor Description WebsocketTuple(long length, WebSocketHandler.WebSocketMessageType type)Creates an instance with the given length and type.
-