Uses of Interface
org.eclipse.jetty.websocket.api.extensions.IncomingFrames
-
Packages that use IncomingFrames Package Description org.eclipse.jetty.websocket.api.extensions Jetty WebSocket API : WebSocket Extension API -
-
Uses of IncomingFrames in org.eclipse.jetty.websocket.api.extensions
Subinterfaces of IncomingFrames 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 IncomingFrames Modifier and Type Method Description voidExtension. setNextIncomingFrames(IncomingFrames nextIncoming)Set the nextIncomingFramesto call in the chain.
-