Uses of Interface
org.eclipse.jetty.websocket.core.OutgoingFrames
Packages that use OutgoingFrames
Package
Description
- 
Uses of OutgoingFrames in org.eclipse.jetty.ee10.websocket.jakarta.common
Classes in org.eclipse.jetty.ee10.websocket.jakarta.common that implement OutgoingFramesModifier and TypeClassDescriptionclassclassclass - 
Uses of OutgoingFrames in org.eclipse.jetty.ee11.websocket.jakarta.common
Classes in org.eclipse.jetty.ee11.websocket.jakarta.common that implement OutgoingFramesModifier and TypeClassDescriptionclassclassclass - 
Uses of OutgoingFrames in org.eclipse.jetty.ee8.websocket.javax.common
Classes in org.eclipse.jetty.ee8.websocket.javax.common that implement OutgoingFramesModifier and TypeClassDescriptionclassclassclass - 
Uses of OutgoingFrames in org.eclipse.jetty.ee9.websocket.jakarta.common
Classes in org.eclipse.jetty.ee9.websocket.jakarta.common that implement OutgoingFramesModifier and TypeClassDescriptionclassclassclass - 
Uses of OutgoingFrames in org.eclipse.jetty.websocket.core
Subinterfaces of OutgoingFrames in org.eclipse.jetty.websocket.coreModifier and TypeInterfaceDescriptioninterfaceRepresents the outgoing Frames.interfaceInterface for WebSocket Extensions.Classes in org.eclipse.jetty.websocket.core that implement OutgoingFramesModifier and TypeClassDescriptionclassstatic classclassRepresents the stack of Extensions.classThe Core WebSocket Session.Methods in org.eclipse.jetty.websocket.core that return OutgoingFramesModifier and TypeMethodDescriptionAbstractExtension.getNextOutgoing()ExtensionStack.getNextOutgoing()Methods in org.eclipse.jetty.websocket.core with parameters of type OutgoingFramesModifier and TypeMethodDescriptionvoidExtensionStack.initialize(IncomingFrames incoming, OutgoingFrames outgoing, CoreSession coreSession) voidAbstractExtension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) voidExtension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) Set the nextOutgoingFramesto call in the chain. - 
Uses of OutgoingFrames in org.eclipse.jetty.websocket.core.util
Classes in org.eclipse.jetty.websocket.core.util that implement OutgoingFramesModifier and TypeClassDescriptionclassUsed to split large data frames into multiple frames below the maxFrameSize.classThis is used to iteratively transform or process a frame into one or more other frames.