Uses of Interface
org.eclipse.jetty.websocket.api.extensions.IncomingFrames
Packages that use IncomingFrames
Package
Description
Jetty WebSocket API : WebSocket Extension API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Common : Message Compression Extension Implementations
Jetty WebSocket Common : Auto Fragment Extension Implementation
Jetty WebSocket Common : Identity Extension Implementation
Jetty WebSocket Common : I/O Implementation
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.api.extensions
Subinterfaces of IncomingFrames in org.eclipse.jetty.websocket.api.extensionsMethods in org.eclipse.jetty.websocket.api.extensions with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoid
Extension.setNextIncomingFrames
(IncomingFrames nextIncoming) Set the nextIncomingFrames
to call in the chain. -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement IncomingFramesFields in org.eclipse.jetty.websocket.common declared as IncomingFramesModifier and TypeFieldDescriptionprivate IncomingFrames
Parser.incomingFramesHandler
private final IncomingFrames
WebSocketSession.incomingHandler
Methods in org.eclipse.jetty.websocket.common that return IncomingFramesModifier and TypeMethodDescriptionParser.getIncomingFramesHandler()
WebSocketSession.getIncomingHandler()
Methods in org.eclipse.jetty.websocket.common with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoid
Parser.setIncomingFramesHandler
(IncomingFrames incoming) void
LogicalConnection.setNextIncomingFrames
(IncomingFrames incoming) Set where the connection should send the incoming frames to. -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common.events
Subinterfaces of IncomingFrames in org.eclipse.jetty.websocket.common.eventsClasses in org.eclipse.jetty.websocket.common.events that implement IncomingFramesModifier and TypeClassDescriptionclass
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.class
Handler for Annotated User WebSocket objects.class
Handler forWebSocketListener
based User WebSocket implementations. -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions that implement IncomingFramesModifier and TypeClassDescriptionclass
class
Represents the stack of Extensions.class
Fields in org.eclipse.jetty.websocket.common.extensions declared as IncomingFramesModifier and TypeFieldDescriptionprivate IncomingFrames
AbstractExtension.nextIncoming
private IncomingFrames
ExtensionStack.nextIncoming
Methods in org.eclipse.jetty.websocket.common.extensions that return IncomingFramesModifier and TypeMethodDescriptionprivate IncomingFrames
ExtensionStack.getLastIncoming()
AbstractExtension.getNextIncoming()
ExtensionStack.getNextIncoming()
Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoid
ExtensionStack.setNextIncoming
(IncomingFrames nextIncoming) void
AbstractExtension.setNextIncomingFrames
(IncomingFrames nextIncoming) -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common.extensions.compress
Classes in org.eclipse.jetty.websocket.common.extensions.compress that implement IncomingFramesModifier and TypeClassDescriptionclass
class
Implementation of the deflate-frame extension seen out in the wild.class
Per Message Deflate Compression extension for WebSocket.class
Implementation of the x-webkit-deflate-frame extension seen out in the wild. -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common.extensions.fragment
Classes in org.eclipse.jetty.websocket.common.extensions.fragment that implement IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common.extensions.identity
Classes in org.eclipse.jetty.websocket.common.extensions.identity that implement IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement IncomingFramesFields in org.eclipse.jetty.websocket.common.io declared as IncomingFramesMethods in org.eclipse.jetty.websocket.common.io that return IncomingFramesMethods in org.eclipse.jetty.websocket.common.io with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoid
AbstractWebSocketConnection.setNextIncomingFrames
(IncomingFrames incoming) static OutgoingFrames
FramePipes.to
(IncomingFrames incoming) Constructors in org.eclipse.jetty.websocket.common.io with parameters of type IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement IncomingFrames -
Uses of IncomingFrames in org.eclipse.jetty.websocket.jsr356.endpoints
Classes in org.eclipse.jetty.websocket.jsr356.endpoints that implement IncomingFramesModifier and TypeClassDescriptionclass
class
Base implementation for JSR-356 Annotated event drivers.class
EventDriver for websocket that extend fromEndpoint