| java.lang.Object javax.net.SocketFactory org.netbeans.modules.proxy.ProxySocketFactory
ProxySocketFactory | public class ProxySocketFactory extends SocketFactory (Code) | | Creates sockets capable of connecting through HTTPS and SOCKS proxies.
author: Maros Sandor |
createSocket | public Socket createSocket() throws IOException(Code) | | Creates probe socket that supports only
connect(SocketAddressm, int timeout).
|
Methods inherited from javax.net.SocketFactory | public Socket createSocket() throws IOException(Code)(Java Doc) abstract public Socket createSocket(String host, int port) throws IOException, UnknownHostException(Code)(Java Doc) abstract public Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException, UnknownHostException(Code)(Java Doc) abstract public Socket createSocket(InetAddress host, int port) throws IOException(Code)(Java Doc) abstract public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException(Code)(Java Doc) public static SocketFactory getDefault()(Code)(Java Doc)
|
|
|