Package org.java_websocket.client
Class AbstractClientProxyChannel
- java.lang.Object
-
- org.java_websocket.AbstractWrappedByteChannel
-
- org.java_websocket.client.AbstractClientProxyChannel
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.nio.channels.ByteChannel,java.nio.channels.Channel,java.nio.channels.ReadableByteChannel,java.nio.channels.WritableByteChannel,WrappedByteChannel
@Deprecated public abstract class AbstractClientProxyChannel extends AbstractWrappedByteChannel
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.nio.ByteBufferproxyHandshakeDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractClientProxyChannel(java.nio.channels.ByteChannel towrap)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract java.lang.StringbuildHandShake()Deprecated.intwrite(java.nio.ByteBuffer src)Deprecated.-
Methods inherited from class org.java_websocket.AbstractWrappedByteChannel
close, isBlocking, isNeedRead, isNeedWrite, isOpen, read, readMore, writeMore
-
-
-
-
Method Detail
-
write
@Deprecated public int write(java.nio.ByteBuffer src) throws java.io.IOExceptionDeprecated.- Specified by:
writein interfacejava.nio.channels.WritableByteChannel- Overrides:
writein classAbstractWrappedByteChannel- Throws:
java.io.IOException
-
buildHandShake
@Deprecated public abstract java.lang.String buildHandShake()
Deprecated.
-
-