|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--sun.net.NetworkClient
|
+--sun.net.www.http.HttpClient
|
+--com.iplanet.trustbase.xurl.HttpsClient
| 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 |
public HttpsClient(java.net.URL url,
java.lang.String proxy,
int proxyPort)
throws java.io.IOException
public HttpsClient(java.net.URL url)
throws java.io.IOException
| Method Detail |
protected java.net.Socket doConnect(java.lang.String server,
int port)
throws java.io.IOException,
java.net.UnknownHostException
doConnect in class sun.net.NetworkClient
public static sun.net.www.http.HttpClient New(java.net.URL url)
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||