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
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsRemoteEndpointImplClient
public WsRemoteEndpointImplClient(AsyncChannelWrapper channel)
isMasked
protected boolean isMasked()
- Specified by:
isMasked
in class WsRemoteEndpointImplBase
doWrite
protected void doWrite(SendHandler handler,
ByteBuffer... data)
- Specified by:
doWrite
in class WsRemoteEndpointImplBase
doClose
protected void doClose()
- Specified by:
doClose
in class WsRemoteEndpointImplBase
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.