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 TypeMethodDescriptionvoidvoidvoidJakartaWebSocketFrameHandler.onContinuation(Frame frame, Callback callback) voidvoidvoidvoidvoid -
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 TypeMethodDescriptionvoidConstructors 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 TypeMethodDescriptionvoidvoidvoidJavaxWebSocketFrameHandler.onContinuation(Frame frame, Callback callback) voidvoidvoidvoidvoid -
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 TypeMethodDescriptionvoidConstructors 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 TypeMethodDescriptionvoidvoidvoidJakartaWebSocketFrameHandler.onContinuation(Frame frame, Callback callback) voidvoidvoidvoidvoid -
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 TypeMethodDescriptionvoidConstructors 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 Framestatic FrameFrame.copyWithoutPayload(Frame original) Frame.setFin(boolean fin) Frame.setMask(byte[] maskingKey) protected FrameFrame.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 FrameCloseStatus.toFrame(int closeStatus) static FrameMethods in org.eclipse.jetty.websocket.core with parameters of type FrameModifier and TypeMethodDescriptionstatic Frameprotected voidFrame.copyHeaders(Frame frame) static FrameFrame.copyWithoutPayload(Frame original) voidWebSocketConnection.enqueueFrame(Frame frame, Callback callback, boolean batch) Enqueue a Frame to be sent.static CloseStatusCloseStatus.getCloseStatus(Frame frame) protected voidAbstractExtension.nextIncomingFrame(Frame frame, Callback callback) protected voidAbstractExtension.nextOutgoingFrame(Frame frame, Callback callback, boolean batch) voidvoidvoidvoidInvoked when a WebSocket frame is received.voidProcess the incoming frame.voidvoidvoidvoidvoidA frame, and optional callback, intended for the network layer.voidConstructors 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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidConsumes the WebSocket frame, possibly asynchronously when this method has returned.voidvoidvoidvoid -
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 voidFrameValidation.assertValidFrame(Frame frame, CoreSession coreSession) static voidFrameValidation.assertValidIncoming(Frame frame, CoreSession coreSession) static voidFrameValidation.assertValidOutgoing(Frame frame, CoreSession coreSession) voidThis is used within an implementation ofDemandingFlusher.handle(Frame, Callback, boolean)to forward a frame onto the next layer of processing.protected abstract voidFragmentingFlusher.forwardFrame(Frame frame, Callback callback, boolean batch) protected abstract booleanCalled when there is demand for a single frame to be produced.voidUsed to supply the flusher with a new frame.protected booleanprotected abstract booleanCalled when a frame is ready to be transformed.final void