Interface | Description |
---|---|
ISocksReply |
Reply information sent from the SOCKS server.
|
ISocksReplyListener |
A listener for replies sent from the SOCKS servers.
|
Class | Description |
---|---|
AbstractProxyHandler |
Base implementation for handlers processing client connections via proxy
protocols.
|
AbstractSocksProxyHandler |
Base implementation for handlers processing client connections via SOCKS
proxy protocols.
|
HttpProxyHandler |
Handles client proxy connections via the HTTP tunneling protocol.
|
Socks4ProxyHandler |
Handles client proxy connections via the SOCKS Protocol Version 4.
|
Socks5ProxyHandler |
Handles client proxy connections via the SOCKS Protocol Version 5.
|
Enum | Description |
---|---|
Socks4Command |
An
enum that defines types of commands for the SOCKS4 proxy handler. |
Socks5Command |
An
enum that defines types of commands for the SOCKS5 proxy handler. |
SocksAddressType |
An
enum that defines types of addresses in the replies from the
SOCKS server. |
Exception | Description |
---|---|
ProxyConnectionException |
Indicates problems with a connection to a proxy server.
|
ProxyConnectionTimeoutException |
Indicates a timed out connection to a proxy server.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.