Uses of Interface
org.eclipse.jetty.websocket.api.extensions.Frame
-
Packages that use Frame Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.api.extensions Jetty WebSocket API : WebSocket Extension API -
-
Uses of Frame in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type Frame Modifier and Type Method Description voidWebSocketFrameListener. onWebSocketFrame(Frame frame)A WebSocket frame has been received. -
Uses of Frame in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type Frame Modifier and Type Method Description voidIncomingFrames. incomingFrame(Frame frame)Process the incoming frame.voidOutgoingFrames. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)A frame, and optional callback, intended for the network layer.
-