Class 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 Detail

      • proxyHandshake

        protected final java.nio.ByteBuffer proxyHandshake
        Deprecated.
    • Constructor Detail

      • AbstractClientProxyChannel

        @Deprecated
        public AbstractClientProxyChannel​(java.nio.channels.ByteChannel towrap)
        Deprecated.
        Parameters:
        towrap - The channel to the proxy server
    • Method Detail

      • write

        @Deprecated
        public int write​(java.nio.ByteBuffer src)
                  throws java.io.IOException
        Deprecated.
        Specified by:
        write in interface java.nio.channels.WritableByteChannel
        Overrides:
        write in class AbstractWrappedByteChannel
        Throws:
        java.io.IOException
      • buildHandShake

        @Deprecated
        public abstract java.lang.String buildHandShake()
        Deprecated.