Package org.eclipse.jetty.websocket.core
package org.eclipse.jetty.websocket.core
-
ClassDescriptionBehavior for how the WebSocket should operate.Representation of a WebSocket Close (status code & reason)Represents the outgoing Frames.Interface for WebSocket Extensions.Represents an Extension Configuration, as seen during the connection Handshake process.Represents the stack of Extensions.A Base Frame as seen in RFC 6455.Handles incoming WebSocket frames for a given endpoint.Interface for dealing with Incoming Frames.Interface for dealing with frames outgoing to (eventually) the network layer.A collection of components which are the resources needed for websockets such as
ByteBufferPool
,WebSocketExtensionRegistry
, andDecoratedObjectFactory
.Provides the implementation ofConnection
that is suitable for WebSocketThe Core WebSocket Session.