| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
| 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.extensions |
Jetty WebSocket Common : Extension Implementations
|
| org.eclipse.jetty.websocket.common.extensions.compress |
Jetty WebSocket Common : Message Compression Extension Implementations
|
| org.eclipse.jetty.websocket.common.extensions.fragment |
Jetty WebSocket Common : Auto Fragment Extension Implementation
|
| org.eclipse.jetty.websocket.common.extensions.identity |
Jetty WebSocket Common : Identity Extension Implementation
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.jsr356.endpoints |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Extension |
Interface for WebSocket Extensions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Extension.setNextIncomingFrames(IncomingFrames nextIncoming) |
Set the next
IncomingFrames to call in the chain. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebSocketSession |
| Modifier and Type | Method | Description |
|---|---|---|
IncomingFrames |
Parser.getIncomingFramesHandler() |
|
IncomingFrames |
WebSocketSession.getIncomingHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Parser.setIncomingFramesHandler(IncomingFrames incoming) |
|
void |
LogicalConnection.setNextIncomingFrames(IncomingFrames incoming) |
Set where the connection should send the incoming frames to.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
EventDriver |
| Modifier and Type | Class | 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 | Class | Description |
|---|---|---|
class |
AbstractExtension |
|
class |
ExtensionStack |
Represents the stack of Extensions.
|
class |
FrameCaptureExtension |
| Modifier and Type | Method | Description |
|---|---|---|
IncomingFrames |
AbstractExtension.getNextIncoming() |
|
IncomingFrames |
ExtensionStack.getNextIncoming() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ExtensionStack.setNextIncoming(IncomingFrames nextIncoming) |
|
void |
AbstractExtension.setNextIncomingFrames(IncomingFrames nextIncoming) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompressExtension |
|
class |
DeflateFrameExtension |
Implementation of the
deflate-frame
extension seen out in the wild.
|
class |
PerMessageDeflateExtension |
Per Message Deflate Compression extension for WebSocket.
|
class |
XWebkitDeflateFrameExtension |
Implementation of the x-webkit-deflate-frame extension seen out
in the wild.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FragmentExtension |
Fragment Extension
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
IdentityExtension |
| Modifier and Type | Method | Description |
|---|---|---|
static IncomingFrames |
FramePipes.to(OutgoingFrames outgoing) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractWebSocketConnection.setNextIncomingFrames(IncomingFrames incoming) |
|
static OutgoingFrames |
FramePipes.to(IncomingFrames incoming) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsrSession |
Session for the JSR.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractJsrEventDriver |
|
class |
JsrAnnotatedEventDriver |
Base implementation for JSR-356 Annotated event drivers.
|
class |
JsrEndpointEventDriver |
EventDriver for websocket that extend from
Endpoint |
Copyright © 1995–2019 Webtide. All rights reserved.