| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
| org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.jsr356 |
| Constructor and Description |
|---|
WebSocketUpgradeRequest(WebSocketClient wsClient,
HttpClient httpClient,
ClientUpgradeRequest request)
Exists for internal use of HttpClient by WebSocketClient.
|
WebSocketUpgradeRequest(WebSocketClient wsClient,
HttpClient httpClient,
java.net.URI wsURI,
java.lang.Object localEndpoint)
Initiating a WebSocket Upgrade using HTTP/1.1
|
| Constructor and Description |
|---|
ConnectionManager(WebSocketClient client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketClient |
ClientContainer.getClient() |
| Constructor and Description |
|---|
ClientContainer(WebSocketClient client)
Build a ClientContainer with a specific WebSocketClient in mind.
|
Copyright © 1995–2023 Webtide. All rights reserved.