Package org.apache.tomcat.websocket
Class WsRemoteEndpointImplClient
- java.lang.Object
-
- org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- org.apache.tomcat.websocket.WsRemoteEndpointImplClient
-
- All Implemented Interfaces:
RemoteEndpoint
public class WsRemoteEndpointImplClient extends WsRemoteEndpointImplBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.websocket.RemoteEndpoint
RemoteEndpoint.Async, RemoteEndpoint.Basic
-
-
Field Summary
-
Fields inherited from class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
SENDRESULT_OK, sm
-
-
Constructor Summary
Constructors Constructor Description WsRemoteEndpointImplClient(AsyncChannelWrapper channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doClose()
protected void
doWrite(SendHandler handler, long blockingWriteTimeoutExpiry, java.nio.ByteBuffer... data)
protected boolean
isMasked()
-
Methods inherited from class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
close, flushBatch, getBatchingAllowed, getSendStream, getSendTimeout, getSendWriter, sendBytes, sendBytesByCompletion, sendBytesByFuture, sendObject, sendObjectByCompletion, sendObjectByFuture, sendPartialBytes, sendPartialString, sendPing, sendPong, sendString, sendStringByCompletion, sendStringByFuture, setBatchingAllowed, setEncoders, setSendTimeout, setSession, setTransformation, updateStats
-
-
-
-
Constructor Detail
-
WsRemoteEndpointImplClient
public WsRemoteEndpointImplClient(AsyncChannelWrapper channel)
-
-
Method Detail
-
isMasked
protected boolean isMasked()
- Specified by:
isMasked
in classWsRemoteEndpointImplBase
-
doWrite
protected void doWrite(SendHandler handler, long blockingWriteTimeoutExpiry, java.nio.ByteBuffer... data)
- Specified by:
doWrite
in classWsRemoteEndpointImplBase
-
doClose
protected void doClose()
- Specified by:
doClose
in classWsRemoteEndpointImplBase
-
-