Class JakartaWebSocketAsyncRemote
java.lang.Object
org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketAsyncRemote
- All Implemented Interfaces:
- jakarta.websocket.RemoteEndpoint, jakarta.websocket.RemoteEndpoint.Async, OutgoingFrames
public class JakartaWebSocketAsyncRemote
extends JakartaWebSocketRemoteEndpoint
implements jakarta.websocket.RemoteEndpoint.Async
- 
Nested Class SummaryNested classes/interfaces inherited from interface jakarta.websocket.RemoteEndpointjakarta.websocket.RemoteEndpoint.Async, jakarta.websocket.RemoteEndpoint.Basic
- 
Field SummaryFields inherited from class JakartaWebSocketRemoteEndpointbatch, messageType, session
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJakartaWebSocketAsyncRemote(JakartaWebSocketSession session, CoreSession coreSession) 
- 
Method SummaryModifier and TypeMethodDescriptionlongsendBinary(ByteBuffer data) voidsendBinary(ByteBuffer data, jakarta.websocket.SendHandler handler) sendObject(Object data) voidsendObject(Object data, jakarta.websocket.SendHandler handler) voidvoidsetSendTimeout(long timeoutmillis) Methods inherited from class JakartaWebSocketRemoteEndpointassertMessageNotNull, assertSendHandlerNotNull, flushBatch, getBatchingAllowed, getIdleTimeout, getWriteTimeout, newMessageOutputStream, newMessageWriter, sendFrame, sendObject, sendPing, sendPong, setBatchingAllowed, setIdleTimeout, setWriteTimeoutMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.RemoteEndpointflushBatch, getBatchingAllowed, sendPing, sendPong, setBatchingAllowed
- 
Constructor Details- 
JakartaWebSocketAsyncRemote
 
- 
- 
Method Details- 
getSendTimeoutpublic long getSendTimeout()- Specified by:
- getSendTimeoutin interface- jakarta.websocket.RemoteEndpoint.Async
 
- 
setSendTimeoutpublic void setSendTimeout(long timeoutmillis) - Specified by:
- setSendTimeoutin interface- jakarta.websocket.RemoteEndpoint.Async
 
- 
sendBinary- Specified by:
- sendBinaryin interface- jakarta.websocket.RemoteEndpoint.Async
 
- 
sendBinary- Specified by:
- sendBinaryin interface- jakarta.websocket.RemoteEndpoint.Async
 
- 
sendObject
- 
sendObject- Specified by:
- sendObjectin interface- jakarta.websocket.RemoteEndpoint.Async
 
- 
sendText
- 
sendText- Specified by:
- sendTextin interface- jakarta.websocket.RemoteEndpoint.Async
 
 
-