Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356 | |
org.eclipse.jetty.websocket.jsr356.client | |
org.eclipse.jetty.websocket.jsr356.server |
Modifier and Type | Field and Description |
---|---|
private ClientContainer |
JsrSessionFactory.container |
private ClientContainer |
JsrSession.container |
Constructor and Description |
---|
JsrSession(ClientContainer container,
java.lang.String id,
java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
JsrSessionFactory(ClientContainer container) |
Constructor and Description |
---|
AnnotatedClientEndpointMetadata(ClientContainer container,
java.lang.Class<?> websocket) |
Modifier and Type | Class and Description |
---|---|
class |
ServerContainer |