Class JakartaWebSocketBasicRemote
java.lang.Object
org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketBasicRemote
- All Implemented Interfaces:
jakarta.websocket.RemoteEndpoint, jakarta.websocket.RemoteEndpoint.Basic, OutgoingFrames
public class JakartaWebSocketBasicRemote
extends JakartaWebSocketRemoteEndpoint
implements jakarta.websocket.RemoteEndpoint.Basic
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.websocket.RemoteEndpoint
jakarta.websocket.RemoteEndpoint.Async, jakarta.websocket.RemoteEndpoint.Basic -
Field Summary
Fields inherited from class JakartaWebSocketRemoteEndpoint
batch, messageType, session -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJakartaWebSocketBasicRemote(JakartaWebSocketSession session, CoreSession coreSession) -
Method Summary
Modifier and TypeMethodDescriptionvoidsendBinary(ByteBuffer data) voidsendBinary(ByteBuffer partialByte, boolean isLast) voidsendObject(Object data) voidvoidMethods inherited from class JakartaWebSocketRemoteEndpoint
assertMessageNotNull, assertSendHandlerNotNull, flushBatch, getBatchingAllowed, getIdleTimeout, getWriteTimeout, newMessageOutputStream, newMessageWriter, sendFrame, sendObject, sendPing, sendPong, setBatchingAllowed, setIdleTimeout, setWriteTimeoutMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.RemoteEndpoint
flushBatch, getBatchingAllowed, sendPing, sendPong, setBatchingAllowed
-
Constructor Details
-
JakartaWebSocketBasicRemote
-
-
Method Details
-
getSendStream
- Specified by:
getSendStreamin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOException
-
getSendWriter
- Specified by:
getSendWriterin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOException
-
sendBinary
- Specified by:
sendBinaryin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOException
-
sendBinary
- Specified by:
sendBinaryin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOException
-
sendObject
- Specified by:
sendObjectin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOExceptionjakarta.websocket.EncodeException
-
sendText
- Specified by:
sendTextin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOException
-
sendText
- Specified by:
sendTextin interfacejakarta.websocket.RemoteEndpoint.Basic- Throws:
IOException
-