| java.lang.Object net.matuschek.http.connection.HttpsHelper
HttpsHelper | public class HttpsHelper (Code) | | An helper class to provide SSL connections with and without proxy
author: Daniel Matuschek version: $Id: HttpsHelper.java,v 1.5 2002/09/06 13:03:52 matuschd Exp $ |
Constructor Summary | |
public | HttpsHelper() | public | HttpsHelper(InetAddress proxyHost, int proxyPort, boolean useProxy) Constructor that initializes the HttpsHelper an
also sets the proxy settings. |
proxyPort | int proxyPort(Code) | | Proxy port
|
useProxy | boolean useProxy(Code) | | should it use a proxy server ?
|
HttpsHelper | public HttpsHelper()(Code) | | Simple costructor that initialized an HttpsHelper
|
HttpsHelper | public HttpsHelper(InetAddress proxyHost, int proxyPort, boolean useProxy)(Code) | | Constructor that initializes the HttpsHelper an
also sets the proxy settings.
|
createHttpsConnection | public HttpConnection createHttpsConnection(String host, int port) throws IOException(Code) | | Creates a new HTTPS connection to the defined host/port
Parameters: host - full qualified hostname or ip address of the host to contact Parameters: port - destination prot on the server to connect exception: IOException - , if the connection cannot be established an HttpConnection object with the established conection |
|
|