| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
| org.eclipse.jetty.websocket.jsr356.endpoints | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Method and Description |
|---|---|
EventDriverFactory |
WebSocketClient.getEventDriverFactory() |
| Constructor and Description |
|---|
WebSocketClient(WebSocketContainerScope scope,
EventDriverFactory eventDriverFactory,
SessionFactory sessionFactory)
Create WebSocketClient based on pre-existing Container Scope, to allow sharing of
internal features like Executor, ByteBufferPool, SSLContextFactory, etc.
|
WebSocketClient(WebSocketContainerScope scope,
EventDriverFactory eventDriverFactory,
SessionFactory sessionFactory,
HttpClient httpClient)
Create WebSocketClient based on pre-existing Container Scope, to allow sharing of
internal features like Executor, ByteBufferPool, SSLContextFactory, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsrEventDriverFactory |
| Modifier and Type | Method and Description |
|---|---|
EventDriverFactory |
WebSocketServerFactory.getEventDriverFactory() |
Copyright © 1995–2023 Webtide. All rights reserved.