Uses of Class
com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebsocketTuple
-
Packages that use WebSocketHandler.WebsocketTuple 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 WebSocketHandler.WebsocketTuple in com.microsoft.azure.proton.transport.ws
Methods in com.microsoft.azure.proton.transport.ws that return WebSocketHandler.WebsocketTuple Modifier and Type Method Description WebSocketHandler.WebsocketTupleWebSocket. unwrapBuffer(ByteBuffer buffer)Remove WebSocket frame from the given buffer.WebSocketHandler.WebsocketTupleWebSocketHandler. unwrapBuffer(ByteBuffer srcBuffer)Unwraps the layer from the buffer. -
Uses of WebSocketHandler.WebsocketTuple in com.microsoft.azure.proton.transport.ws.impl
Methods in com.microsoft.azure.proton.transport.ws.impl that return WebSocketHandler.WebsocketTuple Modifier and Type Method Description WebSocketHandler.WebsocketTupleWebSocketHandlerImpl. unwrapBuffer(ByteBuffer srcBuffer)WebSocketHandler.WebsocketTupleWebSocketImpl. unwrapBuffer(ByteBuffer buffer)
-