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 TypeMethodDescriptionvoidJakartaWebSocketRemoteEndpoint.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 TypeMethodDescriptionvoidJakartaWebSocketRemoteEndpoint.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 TypeMethodDescriptionvoidJavaxWebSocketRemoteEndpoint.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 TypeMethodDescriptionvoidJakartaWebSocketRemoteEndpoint.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 TypeMethodDescriptionvoidWebSocketConnection.enqueueFrame(OutgoingEntry outgoingEntry) Enqueue a Frame to be sent.protected voidAbstractExtension.nextOutgoingFrame(OutgoingEntry entry) voidAbstractExtension.sendFrame(OutgoingEntry entry) voidCoreSession.Empty.sendFrame(OutgoingEntry entry) voidExtensionStack.sendFrame(OutgoingEntry entry) voidOutgoingFrames.sendFrame(OutgoingEntry entry) voidWebSocketCoreSession.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 voidFragmentingFlusher.forwardFrame(OutgoingEntry entry) protected booleanFragmentingFlusher.onFrame(OutgoingEntry entry, boolean first) protected abstract booleanWebSocketFlusher.onFrame(OutgoingEntry entry, boolean first) Called when a frame is ready to be transformed.final voidWebSocketFlusher.sendFrame(OutgoingEntry entry)