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 TypeMethodDescriptionvoid
Extension.setNextOutgoingFrames
(OutgoingFrames nextOutgoing) Set the nextOutgoingFrames
to 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 TypeClassDescriptionclass
Client 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 OutgoingFrames
WebSocketRemoteEndpoint.outgoing
private OutgoingFrames
WebSocketSession.outgoingHandler
Methods 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) void
WebSocketSession.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 TypeClassDescriptionclass
class
Represents the stack of Extensions.class
Fields in org.eclipse.jetty.websocket.common.extensions declared as OutgoingFramesModifier and TypeFieldDescriptionprivate OutgoingFrames
AbstractExtension.nextOutgoing
private OutgoingFrames
ExtensionStack.nextOutgoing
Methods in org.eclipse.jetty.websocket.common.extensions that return OutgoingFramesModifier and TypeMethodDescriptionprivate OutgoingFrames
ExtensionStack.getLastOutgoing()
AbstractExtension.getNextOutgoing()
ExtensionStack.getNextOutgoing()
Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type OutgoingFramesModifier and TypeMethodDescriptionvoid
ExtensionStack.setNextOutgoing
(OutgoingFrames nextOutgoing) void
AbstractExtension.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 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 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 TypeClassDescriptionclass
Provides the implementation ofLogicalConnection
within the framework of the newConnection
framework ofjetty-io
.private static class
Fields 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 OutgoingFrames
MessageOutputStream.outgoing
private final OutgoingFrames
MessageWriter.outgoing
Constructors 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