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.A Base Frame as seen in RFC 6455.Interface for local WebSocket Endpoint Frame handling.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
.