public interface Socks5Bridge
This Bridge connects the AnonymousSocks5Server server and the Socks5 client.
| Modifier and Type | Method and Description |
|---|---|
Socket |
connect(String sessionId,
InetAddress remoteServerAddress,
int remoteServerPort)
|
Socket connect(String sessionId, InetAddress remoteServerAddress, int remoteServerPort) throws IOException
sessionId - The current email session context.remoteServerAddress - The target server that is behind the proxy.remoteServerPort - The target server's port that is behind the proxy.IOExceptionCopyright © 2017. All rights reserved.