Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.eclipse.jetty.websocket.common Classes and Interfaces - 78 results found.
NameDescriptionTypePackageFramework
AbstractEventDriverEventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.Classorg.eclipse.jetty.websocket.common.eventsJetty
AbstractExtensionClassorg.eclipse.jetty.websocket.common.extensionsJetty
AbstractMethodAnnotationScannerClassorg.eclipse.jetty.websocket.common.events.annotatedJetty
AbstractWebSocketConnectionProvides the implementation of LogicalConnection within the framework of the new Connection framework of jetty-io.Classorg.eclipse.jetty.websocket.common.ioJetty
AbstractWebSocketConnection .StatsClassorg.eclipse.jetty.websocket.common.io.AbstractWebSocketConnectionJetty
AcceptHashLogic for working with the Sec-WebSocket-Key and Sec-WebSocket-Accept headers.Classorg.eclipse.jetty.websocket.commonJetty
BinaryFrameClassorg.eclipse.jetty.websocket.common.framesJetty
BlockingWriteCallbackClassorg.eclipse.jetty.websocket.commonJetty
BlockingWriteCallback .WriteBlockerClassorg.eclipse.jetty.websocket.common.BlockingWriteCallbackJetty
ByteAccumulatorClassorg.eclipse.jetty.websocket.common.extensions.compressJetty
CallableMethodClassorg.eclipse.jetty.websocket.common.events.annotatedJetty
CloseFrameClassorg.eclipse.jetty.websocket.common.framesJetty
CloseInfoClassorg.eclipse.jetty.websocket.commonJetty
CompressExtensionClassorg.eclipse.jetty.websocket.common.extensions.compressJetty
ConnectionStateenum ConnectionStateConnection states as outlined in RFC6455.Classorg.eclipse.jetty.websocket.commonJetty
ContinuationFrameClassorg.eclipse.jetty.websocket.common.framesJetty
ControlFrameClassorg.eclipse.jetty.websocket.common.framesJetty
DataFrameClassorg.eclipse.jetty.websocket.common.framesJetty
DeflateFrameExtension extension seen out in the wild.Classorg.eclipse.jetty.websocket.common.extensions.compressJetty
DeMaskProcessorClassorg.eclipse.jetty.websocket.common.io.payloadJetty
EventDriverInterfaceorg.eclipse.jetty.websocket.common.eventsJetty
EventDriverFactoryCreate EventDriver implementations.Classorg.eclipse.jetty.websocket.common.eventsJetty
EventDriverImplA specific implementation of a EventDriver.Interfaceorg.eclipse.jetty.websocket.common.eventsJetty
EventMethodClassorg.eclipse.jetty.websocket.common.events.annotatedJetty
EventMethodsA representation of the methods available to call for a particular class.Classorg.eclipse.jetty.websocket.common.events.annotatedJetty
ExtensionStackRepresents the stack of Extensions.Classorg.eclipse.jetty.websocket.common.extensionsJetty
FragmentExtensionClassorg.eclipse.jetty.websocket.common.extensions.fragmentJetty
FrameCaptureExtensionClassorg.eclipse.jetty.websocket.common.extensionsJetty
FrameFlusherInterface for working with bytes destined for EndPoint.Classorg.eclipse.jetty.websocket.common.ioJetty
FramePipesClassorg.eclipse.jetty.websocket.common.ioJetty
FutureWriteCallbackAllows events to a WriteCallback to drive a Future for the user.Classorg.eclipse.jetty.websocket.common.ioJetty
GeneratorGenerating a frame in WebSocket land.Classorg.eclipse.jetty.websocket.commonJetty
HttpResponseHeaderParseListenerInterfaceorg.eclipse.jetty.websocket.common.io.httpJetty
HttpResponseHeaderParserResponsible for reading UTF8 Response Header lines and parsing them into a provided UpgradeResponse object.Classorg.eclipse.jetty.websocket.common.io.httpJetty
HttpResponseHeaderParser .ParseExceptionClassorg.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParserJetty
IdentityExtensionClassorg.eclipse.jetty.websocket.common.extensions.identityJetty
InvalidSignatureExceptionClassorg.eclipse.jetty.websocket.common.events.annotatedJetty
IOStateSimple state tracker for Input / Output and ConnectionState.Classorg.eclipse.jetty.websocket.common.ioJetty
IOState .ConnectionStateListenerInterfaceorg.eclipse.jetty.websocket.common.io.IOStateJetty
JettyAnnotatedEventDriverHandler for Annotated User WebSocket objects.Classorg.eclipse.jetty.websocket.common.eventsJetty
JettyAnnotatedImplClassorg.eclipse.jetty.websocket.common.eventsJetty
JettyAnnotatedMetadataClassorg.eclipse.jetty.websocket.common.eventsJetty
JettyAnnotatedScannerClassorg.eclipse.jetty.websocket.common.eventsJetty
JettyListenerEventDriverHandler for WebSocketListener based User WebSocket implementations.Classorg.eclipse.jetty.websocket.common.eventsJetty
JettyListenerImplClassorg.eclipse.jetty.websocket.common.eventsJetty
LogicalConnectionSend a websocket Close frame, without a status code or reason.Interfaceorg.eclipse.jetty.websocket.commonJetty
MessageAppenderInterfaceorg.eclipse.jetty.websocket.common.messageJetty
MessageInputStreamSupport class for reading a (single) WebSocket BINARY message via a InputStream.Classorg.eclipse.jetty.websocket.common.messageJetty
MessageOutputStreamClassorg.eclipse.jetty.websocket.common.messageJetty
MessageReaderSupport class for reading a (single) WebSocket TEXT message via a Reader.Classorg.eclipse.jetty.websocket.common.messageJetty
MessageWriterSupport for writing a single WebSocket TEXT message via a Writer Note: Per WebSocket spec, all WebSocket TEXT messages must be encoded in UTF-8Classorg.eclipse.jetty.websocket.common.messageJetty
OpCodeClassorg.eclipse.jetty.websocket.commonJetty
OptionalSessionCallableMethodClassorg.eclipse.jetty.websocket.common.events.annotatedJetty
ParamListSimple class for representing a list of class arrays.Classorg.eclipse.jetty.websocket.common.eventsJetty
ParserParsing of a frames in WebSocket land.Classorg.eclipse.jetty.websocket.commonJetty
PayloadProcessorProcess the payload (for demasking, validating, etc.Interfaceorg.eclipse.jetty.websocket.common.io.payloadJetty
PerMessageDeflateExtensionPer Message Deflate Compression extension for WebSocket.Classorg.eclipse.jetty.websocket.common.extensions.compressJetty
PingFrameClassorg.eclipse.jetty.websocket.common.framesJetty
PongFrameClassorg.eclipse.jetty.websocket.common.framesJetty
ReadOnlyDelegatedFrameImmutable, Read-only, Frame implementation.Classorg.eclipse.jetty.websocket.common.framesJetty
ReflectUtilsClassorg.eclipse.jetty.websocket.common.utilJetty
SessionFactoryInterface for creating jetty WebSocketSession objects.Interfaceorg.eclipse.jetty.websocket.commonJetty
SimpleBinaryMessageClassorg.eclipse.jetty.websocket.common.messageJetty
SimpleContainerScopeClassorg.eclipse.jetty.websocket.common.scopesJetty
SimpleTextMessageClassorg.eclipse.jetty.websocket.common.messageJetty
TextFrameClassorg.eclipse.jetty.websocket.common.framesJetty
TextUtilClassorg.eclipse.jetty.websocket.common.utilJetty
Utf8CharBufferA CharBuffer wrapped with the Utf8Appendable logic.Classorg.eclipse.jetty.websocket.common.messageJetty
Utf8PartialBuilderSimilar in scope to the Utf8StringBuilder, but allowing partially constructed Strings without throwing Exceptions for incomplete UTF8 sequences.Classorg.eclipse.jetty.websocket.common.utilJetty
WebSocketContainerScopeDefined Scope for a WebSocketContainer.Interfaceorg.eclipse.jetty.websocket.common.scopesJetty
WebSocketExtensionFactoryClassorg.eclipse.jetty.websocket.common.extensionsJetty
WebSocketFrameA Base Frame as seen in RFC 6455.Classorg.eclipse.jetty.websocket.commonJetty
WebSocketRemoteEndpointEndpoint for Writing messages to the Remote websocket.Classorg.eclipse.jetty.websocket.commonJetty
WebSocketSessionClassorg.eclipse.jetty.websocket.commonJetty
WebSocketSessionFactoryDefault Session factory, creating WebSocketSession objects.Classorg.eclipse.jetty.websocket.commonJetty
WebSocketSessionScopeDefined Scope for a WebSocketSession (active connection)The parent WebSocketContainerScope for this session scope.Interfaceorg.eclipse.jetty.websocket.common.scopesJetty
WriteCallbackWrapperWraps the exposed WriteCallback WebSocket API with a Jetty Callback.Classorg.eclipse.jetty.websocket.common.ioJetty
XWebkitDeflateFrameExtension in the wild.Classorg.eclipse.jetty.websocket.common.extensions.compressJetty