| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.deps.ws | |
| com.microsoft.azure.sdk.iot.deps.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,
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,
int port,
String protocol,
Map<String,String> additionalHeaders,
WebSocketHandler webSocketHandler) |
Copyright © 2019. All rights reserved.