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 TypeMethodDescriptionvoidExtension.setNextIncomingFrames(IncomingFrames nextIncoming) Set the nextIncomingFramesto 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 IncomingFramesParser.incomingFramesHandlerprivate final IncomingFramesWebSocketSession.incomingHandlerMethods 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 TypeMethodDescriptionvoidParser.setIncomingFramesHandler(IncomingFrames incoming) voidLogicalConnection.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 TypeClassDescriptionclassEventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.classHandler for Annotated User WebSocket objects.classHandler forWebSocketListenerbased 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 TypeClassDescriptionclassclassRepresents the stack of Extensions.classFields in org.eclipse.jetty.websocket.common.extensions declared as IncomingFramesModifier and TypeFieldDescriptionprivate IncomingFramesAbstractExtension.nextIncomingprivate IncomingFramesExtensionStack.nextIncomingMethods in org.eclipse.jetty.websocket.common.extensions that return IncomingFramesModifier and TypeMethodDescriptionprivate IncomingFramesExtensionStack.getLastIncoming()AbstractExtension.getNextIncoming()ExtensionStack.getNextIncoming()Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoidExtensionStack.setNextIncoming(IncomingFrames nextIncoming) voidAbstractExtension.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 TypeClassDescriptionclassclassImplementation of the deflate-frame extension seen out in the wild.classPer Message Deflate Compression extension for WebSocket.classImplementation 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 TypeMethodDescriptionvoidAbstractWebSocketConnection.setNextIncomingFrames(IncomingFrames incoming) static OutgoingFramesFramePipes.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 TypeClassDescriptionclassclassBase implementation for JSR-356 Annotated event drivers.classEventDriver for websocket that extend fromEndpoint