Uses of Class
org.eclipse.jetty.websocket.core.OutgoingEntry
Packages that use OutgoingEntry
Package
Description
-
Uses of OutgoingEntry in org.eclipse.jetty.ee10.websocket.jakarta.common
Methods in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type OutgoingEntryModifier and TypeMethodDescriptionvoid
JakartaWebSocketRemoteEndpoint.sendFrame
(OutgoingEntry entry) -
Uses of OutgoingEntry in org.eclipse.jetty.ee11.websocket.jakarta.common
Methods in org.eclipse.jetty.ee11.websocket.jakarta.common with parameters of type OutgoingEntryModifier and TypeMethodDescriptionvoid
JakartaWebSocketRemoteEndpoint.sendFrame
(OutgoingEntry entry) -
Uses of OutgoingEntry in org.eclipse.jetty.ee8.websocket.javax.common
Methods in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type OutgoingEntryModifier and TypeMethodDescriptionvoid
JavaxWebSocketRemoteEndpoint.sendFrame
(OutgoingEntry entry) -
Uses of OutgoingEntry in org.eclipse.jetty.ee9.websocket.jakarta.common
Methods in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type OutgoingEntryModifier and TypeMethodDescriptionvoid
JakartaWebSocketRemoteEndpoint.sendFrame
(OutgoingEntry entry) -
Uses of OutgoingEntry in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return OutgoingEntryMethods in org.eclipse.jetty.websocket.core with parameters of type OutgoingEntryModifier and TypeMethodDescriptionvoid
WebSocketConnection.enqueueFrame
(OutgoingEntry outgoingEntry) Enqueue a Frame to be sent.protected void
AbstractExtension.nextOutgoingFrame
(OutgoingEntry entry) void
AbstractExtension.sendFrame
(OutgoingEntry entry) void
CoreSession.Empty.sendFrame
(OutgoingEntry entry) void
ExtensionStack.sendFrame
(OutgoingEntry entry) void
OutgoingFrames.sendFrame
(OutgoingEntry entry) void
WebSocketCoreSession.sendFrame
(OutgoingEntry entry) Constructors in org.eclipse.jetty.websocket.core with parameters of type OutgoingEntry -
Uses of OutgoingEntry in org.eclipse.jetty.websocket.core.util
Methods in org.eclipse.jetty.websocket.core.util with parameters of type OutgoingEntryModifier and TypeMethodDescriptionprotected abstract void
FragmentingFlusher.forwardFrame
(OutgoingEntry entry) protected boolean
FragmentingFlusher.onFrame
(OutgoingEntry entry, boolean first) protected abstract boolean
WebSocketFlusher.onFrame
(OutgoingEntry entry, boolean first) Called when a frame is ready to be transformed.final void
WebSocketFlusher.sendFrame
(OutgoingEntry entry)