Uses of Interface
org.eclipse.jetty.websocket.api.extensions.OutgoingFrames
Packages that use OutgoingFrames
Package
Description
Jetty WebSocket API : WebSocket Extension API
-
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.