Class JavaxWebSocketBasicRemote
java.lang.Object
org.eclipse.jetty.websocket.javax.common.JavaxWebSocketRemoteEndpoint
org.eclipse.jetty.websocket.javax.common.JavaxWebSocketBasicRemote
- All Implemented Interfaces:
javax.websocket.RemoteEndpoint
,javax.websocket.RemoteEndpoint.Basic
,OutgoingFrames
public class JavaxWebSocketBasicRemote
extends JavaxWebSocketRemoteEndpoint
implements javax.websocket.RemoteEndpoint.Basic
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.websocket.RemoteEndpoint
javax.websocket.RemoteEndpoint.Async, javax.websocket.RemoteEndpoint.Basic
-
Field Summary
Fields inherited from class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketRemoteEndpoint
batch, messageType, session
-
Constructor Summary
ModifierConstructorDescriptionprotected
JavaxWebSocketBasicRemote
(JavaxWebSocketSession session, CoreSession coreSession) -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendBinary
(ByteBuffer data) void
sendBinary
(ByteBuffer partialByte, boolean isLast) void
sendObject
(Object data) void
void
Methods inherited from class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketRemoteEndpoint
assertMessageNotNull, assertSendHandlerNotNull, flushBatch, getBatchingAllowed, getIdleTimeout, getWriteTimeout, newMessageOutputStream, newMessageWriter, sendFrame, sendObject, sendPing, sendPong, setBatchingAllowed, setIdleTimeout, setWriteTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.websocket.RemoteEndpoint
flushBatch, getBatchingAllowed, sendPing, sendPong, setBatchingAllowed
-
Constructor Details
-
JavaxWebSocketBasicRemote
-
-
Method Details
-
getSendStream
- Specified by:
getSendStream
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
-
getSendWriter
- Specified by:
getSendWriter
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
-
sendBinary
- Specified by:
sendBinary
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
-
sendBinary
- Specified by:
sendBinary
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
-
sendObject
- Specified by:
sendObject
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
javax.websocket.EncodeException
-
sendText
- Specified by:
sendText
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
-
sendText
- Specified by:
sendText
in interfacejavax.websocket.RemoteEndpoint.Basic
- Throws:
IOException
-