Uses of Interface
org.eclipse.jetty.websocket.api.extensions.OutgoingFrames
Packages that use OutgoingFrames
Package
Description
Jetty WebSocket API : WebSocket Extension API
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
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
Jetty WebSocket Common : Message Handling
Jetty WebSocket Server : Implementation [Internal Use Only]
-
Uses of OutgoingFrames in org.eclipse.jetty.websocket.api.extensions
Subinterfaces of OutgoingFrames in org.eclipse.jetty.websocket.api.extensionsMethods in org.eclipse.jetty.websocket.api.extensions with parameters of type OutgoingFramesModifier and TypeMethodDescriptionvoidExtension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) Set the nextOutgoingFramesto call in the chain. -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement OutgoingFramesModifier and TypeClassDescriptionclassClient side WebSocket physical connection. -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.common
Subinterfaces of OutgoingFrames in org.eclipse.jetty.websocket.commonClasses in org.eclipse.jetty.websocket.common that implement OutgoingFramesFields in org.eclipse.jetty.websocket.common declared as OutgoingFramesModifier and TypeFieldDescriptionprivate final OutgoingFramesWebSocketRemoteEndpoint.outgoingprivate OutgoingFramesWebSocketSession.outgoingHandlerMethods in org.eclipse.jetty.websocket.common that return OutgoingFramesMethods in org.eclipse.jetty.websocket.common with parameters of type OutgoingFramesModifier and TypeMethodDescriptionRemoteEndpointFactory.newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode) WebSocketSession.newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode) voidWebSocketSession.setOutgoingHandler(OutgoingFrames outgoing) Constructors in org.eclipse.jetty.websocket.common with parameters of type OutgoingFramesModifierConstructorDescriptionWebSocketRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoing) WebSocketRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoing, BatchMode batchMode) -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions that implement OutgoingFramesModifier and TypeClassDescriptionclassclassRepresents the stack of Extensions.classFields in org.eclipse.jetty.websocket.common.extensions declared as OutgoingFramesModifier and TypeFieldDescriptionprivate OutgoingFramesAbstractExtension.nextOutgoingprivate OutgoingFramesExtensionStack.nextOutgoingMethods in org.eclipse.jetty.websocket.common.extensions that return OutgoingFramesModifier and TypeMethodDescriptionprivate OutgoingFramesExtensionStack.getLastOutgoing()AbstractExtension.getNextOutgoing()ExtensionStack.getNextOutgoing()Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type OutgoingFramesModifier and TypeMethodDescriptionvoidExtensionStack.setNextOutgoing(OutgoingFrames nextOutgoing) voidAbstractExtension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.common.extensions.compress
Classes in org.eclipse.jetty.websocket.common.extensions.compress that implement OutgoingFramesModifier 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 OutgoingFrames in org.eclipse.jetty.websocket.common.extensions.fragment
Classes in org.eclipse.jetty.websocket.common.extensions.fragment that implement OutgoingFrames -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.common.extensions.identity
Classes in org.eclipse.jetty.websocket.common.extensions.identity that implement OutgoingFrames -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement OutgoingFramesModifier and TypeClassDescriptionclassProvides the implementation ofLogicalConnectionwithin the framework of the newConnectionframework ofjetty-io.private static classFields in org.eclipse.jetty.websocket.common.io declared as OutgoingFramesMethods in org.eclipse.jetty.websocket.common.io that return OutgoingFramesMethods in org.eclipse.jetty.websocket.common.io with parameters of type OutgoingFramesConstructors in org.eclipse.jetty.websocket.common.io with parameters of type OutgoingFrames -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as OutgoingFramesModifier and TypeFieldDescriptionprivate final OutgoingFramesMessageOutputStream.outgoingprivate final OutgoingFramesMessageWriter.outgoingConstructors in org.eclipse.jetty.websocket.common.message with parameters of type OutgoingFramesModifierConstructorDescriptionMessageOutputStream(OutgoingFrames outgoing, int bufferSize, org.eclipse.jetty.io.ByteBufferPool bufferPool) MessageWriter(OutgoingFrames outgoing, int bufferSize, org.eclipse.jetty.io.ByteBufferPool bufferPool) -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement OutgoingFrames -
Uses of OutgoingFrames in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement OutgoingFrames