| Package | Description |
|---|---|
| com.microsoft.azure.proton.transport.ws | |
| com.microsoft.azure.proton.transport.ws.impl |
| Modifier and Type | Method and Description |
|---|---|
WebSocketHandler |
WebSocket.getWebSocketHandler()
Access the handler for WebSocket functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocket.configure(String host,
String path,
String query,
int port,
String protocol,
Map<String,String> additionalHeaders,
WebSocketHandler webSocketHandler)
Configure WebSocket connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
WebSocketHandler |
WebSocketImpl.getWebSocketHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketImpl.configure(String host,
String path,
String query,
int port,
String protocol,
Map<String,String> additionalHeaders,
WebSocketHandler webSocketHandler) |
Copyright © 2020. All rights reserved.