| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
| Class | Description |
|---|---|
| ExtensionConfig |
Represents an Extension Configuration, as seen during the connection Handshake process.
|
| Frame |
An immutable websocket frame.
|
| Class | Description |
|---|---|
| Extension |
Interface for WebSocket Extensions.
|
| ExtensionConfig |
Represents an Extension Configuration, as seen during the connection Handshake process.
|
| Frame |
An immutable websocket frame.
|
| Frame.Type | |
| IncomingFrames |
Interface for dealing with Incoming Frames.
|
| OutgoingFrames |
Interface for dealing with frames outgoing to (eventually) the network layer.
|
Copyright © 1995–2017 Webtide. All rights reserved.