All Classes and Interfaces

Class
Description
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.
 
Basic scanner for Annotated Methods
Provides the implementation of LogicalConnection within the framework of the new Connection framework of jetty-io.
Deprecated.
Logic for working with the Sec-WebSocket-Key and Sec-WebSocket-Accept headers.
 
Extends a SharedBlockingCallback to a WebSocket WriteCallback
 
Deprecated.
A Callable Method
 
 
 
WebSocket Connection State.
 
 
A Data Frame
Implementation of the deflate-frame extension seen out in the wild.
 
 
 
 
Create EventDriver implementations.
A specific implementation of a EventDriver.
 
A representation of the methods available to call for a particular class.
Represents the stack of Extensions.
Fragment Extension
 
 
 
Allows events to a WriteCallback to drive a Future for the user.
Generating a frame in WebSocket land.
 
Responsible for reading UTF8 Response Header lines and parsing them into a provided UpgradeResponse object.
 
 
 
Handler for Annotated User WebSocket objects.
 
 
 
Handler for WebSocketListener based User WebSocket implementations.
 
 
Appender for messages (used for multiple frames with continuations, and also to allow for streaming APIs)
Support class for reading a (single) WebSocket BINARY message via a InputStream.
Support for writing a single WebSocket BINARY message via a OutputStream
Support class for reading a (single) WebSocket TEXT message via a Reader.
Support for writing a single WebSocket TEXT message via a Writer
 
 
Simple CallableMethod that manages the optional Session argument
Simple class for representing a list of class arrays.
Parsing of a frames in WebSocket land.
Process the payload (for demasking, validating, etc..)
Per Message Deflate Compression extension for WebSocket.
 
 
Immutable, Read-only, Frame implementation.
 
 
Interface for creating jetty WebSocketSession objects.
 
 
 
 
 
Collection of utility methods for Text content
 
 
A CharBuffer wrapped with the Utf8Appendable logic.
Deprecated.
Defined Scope for a WebSocketContainer.
 
A Base Frame as seen in RFC 6455.
Endpoint for Writing messages to the Remote websocket.
 
Default Session factory, creating WebSocketSession objects.
 
Defined Scope for a WebSocketSession (active connection)
Implementation of the x-webkit-deflate-frame extension seen out in the wild.