| Package | Description |
|---|---|
| org.snf4j.core.proxy |
Provides classes and interfaces for proxy handling.
|
| Class and 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.
|
| ISocksReply
Reply information sent from the SOCKS server.
|
| ISocksReplyListener
A listener for replies sent from the SOCKS servers.
|
| ProxyConnectionException
Indicates problems with a connection to a proxy server.
|
| Socks4Command
An
enum that defines types of commands for the SOCKS4 proxy handler. |
| Socks4ProxyHandler
Handles client proxy connections via the SOCKS Protocol Version 4.
|
| Socks5Command
An
enum that defines types of commands for the SOCKS5 proxy handler. |
| Socks5ProxyHandler
Handles client proxy connections via the SOCKS Protocol Version 5.
|
| SocksAddressType
An
enum that defines types of addresses in the replies from the
SOCKS server. |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.