Class SocksProxy.Socks5

java.lang.Object
org.apache.sshd.common.forward.SocksProxy.Proxy
org.apache.sshd.common.forward.SocksProxy.Socks5
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
SocksProxy

public class SocksProxy.Socks5 extends SocksProxy.Proxy
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • Socks5

      public Socks5(org.apache.sshd.common.io.IoSession session)
  • Method Details

    • onMessage

      protected void onMessage(org.apache.sshd.common.util.buffer.Buffer buffer) throws IOException
      Overrides:
      onMessage in class SocksProxy.Proxy
      Throws:
      IOException
    • onChannelOpened

      protected void onChannelOpened(OpenFuture future, LocalWindow window, long windowSize)
    • getBLString

      protected String getBLString(org.apache.sshd.common.util.buffer.Buffer buffer)