com.iplanet.trustbase.xurl
Class HttpsClient

java.lang.Object
  |
  +--sun.net.NetworkClient
        |
        +--sun.net.www.http.HttpClient
              |
              +--com.iplanet.trustbase.xurl.HttpsClient

public class HttpsClient
extends sun.net.www.http.HttpClient


Fields inherited from class sun.net.www.http.HttpClient
kac, proxyDisabled, proxyHost, proxyPort, url, usingProxy
 
Fields inherited from class sun.net.NetworkClient
serverInput, serverOutput, serverSocket
 
Constructor Summary
HttpsClient(java.net.URL url)
           
HttpsClient(java.net.URL url, java.lang.String proxy, int proxyPort)
           
 
Method Summary
protected  java.net.Socket doConnect(java.lang.String server, int port)
          Return a socket connected to the server, with any appropriate options pre-established
static sun.net.www.http.HttpClient New(java.net.URL url)
           
 
Methods inherited from class sun.net.www.http.HttpClient
closeServer, finalize, finished, getDefaultPort, getHttpKeepAliveSet, getInputStream, getOutputStream, getProxyHostUsed, getProxyPortUsed, getURLFile, isKeepingAlive, openServer, parseHTTP, resetProperties, toString, writeRequests
 
Methods inherited from class sun.net.NetworkClient
serverIsOpen
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpsClient

public HttpsClient(java.net.URL url,
                   java.lang.String proxy,
                   int proxyPort)
            throws java.io.IOException

HttpsClient

public HttpsClient(java.net.URL url)
            throws java.io.IOException
Method Detail

doConnect

protected java.net.Socket doConnect(java.lang.String server,
                                    int port)
                             throws java.io.IOException,
                                    java.net.UnknownHostException
Return a socket connected to the server, with any appropriate options pre-established
Overrides:
doConnect in class sun.net.NetworkClient

New

public static sun.net.www.http.HttpClient New(java.net.URL url)
                                       throws java.io.IOException