Uses of Interface
com.microsoft.azure.proton.transport.ws.WebSocketHandler
-
Packages that use WebSocketHandler 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 in com.microsoft.azure.proton.transport.ws
Methods in com.microsoft.azure.proton.transport.ws that return WebSocketHandler Modifier and Type Method Description WebSocketHandlerWebSocket. getWebSocketHandler()Access the handler for WebSocket functions.Methods in com.microsoft.azure.proton.transport.ws with parameters of type WebSocketHandler Modifier and Type Method Description voidWebSocket. configure(java.lang.String host, java.lang.String path, java.lang.String query, int port, java.lang.String protocol, java.util.Map<java.lang.String,java.lang.String> additionalHeaders, WebSocketHandler webSocketHandler)Configure WebSocket connection. -
Uses of WebSocketHandler in com.microsoft.azure.proton.transport.ws.impl
Classes in com.microsoft.azure.proton.transport.ws.impl that implement WebSocketHandler Modifier and Type Class Description classWebSocketHandlerImplImplementation forWebSocketHandler.Methods in com.microsoft.azure.proton.transport.ws.impl that return WebSocketHandler Modifier and Type Method Description WebSocketHandlerWebSocketImpl. getWebSocketHandler()Methods in com.microsoft.azure.proton.transport.ws.impl with parameters of type WebSocketHandler Modifier and Type Method Description voidWebSocketImpl. configure(java.lang.String host, java.lang.String path, java.lang.String query, int port, java.lang.String protocol, java.util.Map<java.lang.String,java.lang.String> additionalHeaders, WebSocketHandler webSocketHandler)
-