Package | Description |
---|---|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.jsr356 | |
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
SessionFactory |
WebSocketClient.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.setSessionFactory(SessionFactory sessionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketSessionFactory
Default Session factory, creating WebSocketSession objects.
|
Modifier and Type | Class and Description |
---|---|
class |
JsrSessionFactory |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerFactory.addSessionFactory(SessionFactory sessionFactory) |
Copyright © 1995-2015 Webtide. All Rights Reserved.