Package | Description |
---|---|
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
ConnectPromise |
ConnectionManager.connect(WebSocketClient client,
EventDriver driver,
ClientUpgradeRequest request) |
Modifier and Type | Method and Description |
---|---|
UpgradeConnection |
WebSocketClientSelectorManager.newUpgradeConnection(SocketChannel channel,
EndPoint endPoint,
ConnectPromise connectPromise) |
Constructor and Description |
---|
UpgradeConnection(EndPoint endp,
Executor executor,
ConnectPromise connectPromise) |
WebSocketClientConnection(EndPoint endp,
Executor executor,
ConnectPromise connectPromise,
WebSocketPolicy policy) |
Copyright © 1995-2015 Webtide. All Rights Reserved.