Package | Description |
---|---|
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.jsr356 |
Modifier and Type | Method and Description |
---|---|
WebSocketClient |
ConnectPromise.getClient() |
Modifier and Type | Method and Description |
---|---|
ConnectPromise |
ConnectionManager.connect(WebSocketClient client,
EventDriver driver,
ClientUpgradeRequest request) |
protected WebSocketClientSelectorManager |
ConnectionManager.newWebSocketClientSelectorManager(WebSocketClient client)
Factory method for new WebSocketClientSelectorManager (used by other projects like cometd)
|
Constructor and Description |
---|
ConnectionManager(WebSocketClient client) |
ConnectPromise(WebSocketClient client,
EventDriver driver,
ClientUpgradeRequest request) |
WebSocketClientSelectorManager(WebSocketClient client) |
Modifier and Type | Method and Description |
---|---|
WebSocketClient |
ClientContainer.getClient() |
Copyright © 1995-2015 Webtide. All Rights Reserved.