Uses of Interface
org.eclipse.jetty.websocket.api.extensions.IncomingFrames
Packages that use IncomingFrames
Package
Description
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.extensionsMethods in org.eclipse.jetty.websocket.api.extensions with parameters of type IncomingFramesModifier and TypeMethodDescriptionvoidExtension.setNextIncomingFrames(IncomingFrames nextIncoming) Set the nextIncomingFramesto call in the chain.