Class SocksProxy.Socks4
java.lang.Object
org.apache.sshd.common.forward.SocksProxy.Proxy
org.apache.sshd.common.forward.SocksProxy.Socks4
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
SocksProxy
- Author:
- Apache MINA SSHD Project
- See Also:
-
Field Summary
Fields inherited from class SocksProxy.Proxy
channel, session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetNTString(org.apache.sshd.common.util.buffer.Buffer buffer) protected voidonChannelOpened(OpenFuture future, LocalWindow window, long windowSize) protected voidonMessage(org.apache.sshd.common.util.buffer.Buffer buffer) Methods inherited from class SocksProxy.Proxy
close, sendReply
-
Constructor Details
-
Socks4
public Socks4(org.apache.sshd.common.io.IoSession session)
-
-
Method Details
-
onMessage
- Overrides:
onMessagein classSocksProxy.Proxy- Throws:
IOException
-
onChannelOpened
-
getNTString
-