Package com.enterprisedt.net.ftp.ssl
Class SSLProxyServerSocket
java.lang.Object
com.enterprisedt.util.proxy.ProxyServerSocket
com.enterprisedt.net.ftp.ssl.SSLProxyServerSocket
Supports no proxy or SOCKS proxies. HTTP proxies not supported (as they
can't do active mode).
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields inherited from class com.enterprisedt.util.proxy.ProxyServerSocket
localAddress, proxySettings, receivesize, sendsize, serverSocket, socksSocket, timeout -
Constructor Summary
ConstructorsConstructorDescriptionSSLProxyServerSocket(com.enterprisedt.net.puretls.SSLContext sslContext, ProxySettings proxySettings) -
Method Summary
Methods inherited from class com.enterprisedt.util.proxy.ProxyServerSocket
bind, close, getLocalAddress, getLocalPort, getReceiveBufferSize, getSendBufferSize, getSoTimeout, setLocalAddress, setReceiveBufferSize, setSendBufferSize, setSoTimeout
-
Constructor Details
-
SSLProxyServerSocket
public SSLProxyServerSocket(com.enterprisedt.net.puretls.SSLContext sslContext, ProxySettings proxySettings)
-
-
Method Details
-
getServerSocket
- Overrides:
getServerSocketin classProxyServerSocket- Throws:
IOException
-
acceptConnection
Accept a connection- Overrides:
acceptConnectionin classProxyServerSocket- Returns:
- Throws:
IOException
-