Package org.java_websocket.client
Class AbstractClientProxyChannel
- java.lang.Object
-
- org.java_websocket.AbstractWrappedByteChannel
-
- org.java_websocket.client.AbstractClientProxyChannel
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ByteChannel
,Channel
,ReadableByteChannel
,WritableByteChannel
,WrappedByteChannel
@Deprecated public abstract class AbstractClientProxyChannel extends AbstractWrappedByteChannel
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description protected ByteBuffer
proxyHandshake
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractClientProxyChannel(ByteChannel towrap)
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract String
buildHandShake()
Deprecated.int
write(ByteBuffer src)
Deprecated.-
Methods inherited from class org.java_websocket.AbstractWrappedByteChannel
close, isBlocking, isNeedRead, isNeedWrite, isOpen, read, readMore, writeMore
-
-
-
-
Field Detail
-
proxyHandshake
protected final ByteBuffer proxyHandshake
Deprecated.
-
-
Constructor Detail
-
AbstractClientProxyChannel
@Deprecated public AbstractClientProxyChannel(ByteChannel towrap)
Deprecated.- Parameters:
towrap
- The channel to the proxy server
-
-
Method Detail
-
write
@Deprecated public int write(ByteBuffer src) throws IOException
Deprecated.- Specified by:
write
in interfaceWritableByteChannel
- Overrides:
write
in classAbstractWrappedByteChannel
- Throws:
IOException
-
buildHandShake
@Deprecated public abstract String buildHandShake()
Deprecated.
-
-