Uses of Class
org.eclipse.jetty.websocket.core.Frame
Packages that use Frame
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Frame in org.eclipse.jetty.ee10.websocket.jakarta.common
Methods in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type FrameModifier and TypeMethodDescriptionvoid
void
void
JakartaWebSocketFrameHandler.onContinuation
(Frame frame, Callback callback) void
void
void
void
void
-
Uses of Frame in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
Methods in org.eclipse.jetty.ee10.websocket.jakarta.common.messages with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common with parameters of type FrameModifier and TypeMethodDescriptionvoid
Constructors in org.eclipse.jetty.ee8.websocket.common with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.ee8.websocket.javax.common
Methods in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type FrameModifier and TypeMethodDescriptionvoid
void
void
JavaxWebSocketFrameHandler.onContinuation
(Frame frame, Callback callback) void
void
void
void
void
-
Uses of Frame in org.eclipse.jetty.ee8.websocket.javax.common.messages
Methods in org.eclipse.jetty.ee8.websocket.javax.common.messages with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common with parameters of type FrameModifier and TypeMethodDescriptionvoid
Constructors in org.eclipse.jetty.ee9.websocket.common with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.ee9.websocket.jakarta.common
Methods in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type FrameModifier and TypeMethodDescriptionvoid
void
void
JakartaWebSocketFrameHandler.onContinuation
(Frame frame, Callback callback) void
void
void
void
void
-
Uses of Frame in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
Methods in org.eclipse.jetty.ee9.websocket.jakarta.common.messages with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with parameters of type FrameModifier and TypeMethodDescriptionvoid
Constructors in org.eclipse.jetty.websocket.common with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.websocket.core
Subclasses of Frame in org.eclipse.jetty.websocket.coreMethods in org.eclipse.jetty.websocket.core that return FrameModifier and TypeMethodDescriptionFrame.asReadOnly()
static Frame
static Frame
Frame.copyWithoutPayload
(Frame original) Frame.setFin
(boolean fin) Frame.setMask
(byte[] maskingKey) protected Frame
Frame.setOpCode
(byte op) Frame.setPayload
(byte[] buf) Frame.setPayload
(String str) Frame.setPayload
(ByteBuffer buf) Set the data payload.Frame.setRsv1
(boolean rsv1) Frame.setRsv2
(boolean rsv2) Frame.setRsv3
(boolean rsv3) CloseStatus.toFrame()
static Frame
CloseStatus.toFrame
(int closeStatus) static Frame
Methods in org.eclipse.jetty.websocket.core with parameters of type FrameModifier and TypeMethodDescriptionstatic Frame
protected void
Frame.copyHeaders
(Frame frame) static Frame
Frame.copyWithoutPayload
(Frame original) void
WebSocketConnection.enqueueFrame
(Frame frame, Callback callback, boolean batch) Enqueue a Frame to be sent.static CloseStatus
CloseStatus.getCloseStatus
(Frame frame) protected void
AbstractExtension.nextIncomingFrame
(Frame frame, Callback callback) protected void
AbstractExtension.nextOutgoingFrame
(Frame frame, Callback callback, boolean batch) void
void
void
void
Invoked when a WebSocket frame is received.void
Process the incoming frame.void
void
void
void
void
A frame, and optional callback, intended for the network layer.void
Constructors in org.eclipse.jetty.websocket.core with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.websocket.core.messages
Methods in org.eclipse.jetty.websocket.core.messages with parameters of type FrameModifier and TypeMethodDescriptionvoid
void
void
void
void
void
Consumes the WebSocket frame, possibly asynchronously when this method has returned.void
void
void
void
-
Uses of Frame in org.eclipse.jetty.websocket.core.util
Methods in org.eclipse.jetty.websocket.core.util with parameters of type FrameModifier and TypeMethodDescriptionstatic void
FrameValidation.assertValidFrame
(Frame frame, CoreSession coreSession) static void
FrameValidation.assertValidIncoming
(Frame frame, CoreSession coreSession) static void
FrameValidation.assertValidOutgoing
(Frame frame, CoreSession coreSession) void
This is used within an implementation ofDemandingFlusher.handle(Frame, Callback, boolean)
to forward a frame onto the next layer of processing.protected abstract void
FragmentingFlusher.forwardFrame
(Frame frame, Callback callback, boolean batch) protected abstract boolean
Called when there is demand for a single frame to be produced.void
Used to supply the flusher with a new frame.protected boolean
protected abstract boolean
Called when a frame is ready to be transformed.final void