org.java_websocket.client
Class AbstractClientProxyChannel
java.lang.Object
org.java_websocket.AbstractWrappedByteChannel
org.java_websocket.client.AbstractClientProxyChannel
- All Implemented Interfaces:
- Closeable, ByteChannel, Channel, ReadableByteChannel, WritableByteChannel, WrappedByteChannel
- Direct Known Subclasses:
- WebSocketClient.DefaultClientProxyChannel
public abstract class AbstractClientProxyChannel
- extends AbstractWrappedByteChannel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxyHandshake
protected final ByteBuffer proxyHandshake
AbstractClientProxyChannel
public AbstractClientProxyChannel(ByteChannel towrap)
- Parameters:
towrap
- The channel to the proxy server
write
public int write(ByteBuffer src)
throws IOException
- Specified by:
write
in interface WritableByteChannel
- Overrides:
write
in class AbstractWrappedByteChannel
- Throws:
IOException
buildHandShake
public abstract String buildHandShake()
Copyright © 2013 Pusher. All Rights Reserved.