| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.events |
Jetty WebSocket Common : Event Driver for WebSocket Object
|
| org.eclipse.jetty.websocket.common.message |
Jetty WebSocket Common : Message Handling
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
WebSocketSessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSession |
SessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
boolean |
WebSocketSessionFactory.supports(EventDriver websocket) |
boolean |
SessionFactory.supports(EventDriver websocket) |
| Constructor and Description |
|---|
WebSocketSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection,
SessionListener... sessionListeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventDriver
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.
|
class |
JettyAnnotatedEventDriver
Handler for Annotated User WebSocket objects.
|
class |
JettyListenerEventDriver
Handler for
WebSocketListener based User WebSocket implementations. |
| Modifier and Type | Method and Description |
|---|---|
EventDriver |
JettyListenerImpl.create(Object websocket,
WebSocketPolicy policy) |
EventDriver |
JettyAnnotatedImpl.create(Object websocket,
WebSocketPolicy policy) |
EventDriver |
EventDriverImpl.create(Object websocket,
WebSocketPolicy policy)
Create the EventDriver based on this implementation.
|
EventDriver |
EventDriverFactory.wrap(Object websocket)
Wrap the given WebSocket object instance in a suitable EventDriver
|
| Constructor and Description |
|---|
SimpleBinaryMessage(EventDriver onEvent) |
SimpleTextMessage(EventDriver onEvent) |
Copyright © 1995-2015 Webtide. All Rights Reserved.