Uses of Interface
org.eclipse.jetty.websocket.api.extensions.OutgoingFrames
-
Packages that use OutgoingFrames Package Description org.eclipse.jetty.websocket.api.extensions 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.extensions Modifier and Type Interface Description interfaceExtensionInterface for WebSocket Extensions.Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type OutgoingFrames Modifier and Type Method Description voidExtension. setNextOutgoingFrames(OutgoingFrames nextOutgoing)Set the nextOutgoingFramesto call in the chain.
-