Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356 |
Modifier and Type | Field and Description |
---|---|
private DecoderFactory |
JsrSession.decoderFactory |
private DecoderFactory |
ClientContainer.decoderFactory
Tracking all primitive decoders for the container
|
private DecoderFactory |
DecoderFactory.parentFactory |
Modifier and Type | Method and Description |
---|---|
DecoderFactory |
JsrSession.getDecoderFactory() |
DecoderFactory |
ClientContainer.getDecoderFactory() |
Constructor and Description |
---|
DecoderFactory(WebSocketContainerScope containerScope,
DecoderMetadataSet metadatas,
DecoderFactory parentFactory) |
DecoderFactory(WebSocketSessionScope sessionScope,
DecoderMetadataSet metadatas,
DecoderFactory parentFactory) |