BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.net.http
Class HttpsClient

java.lang.Object
  |
  +--weblogic.net.http.HttpClient
        |
        +--weblogic.net.http.HttpsClient

public class HttpsClient
extends HttpClient

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String SSLProxyHost
           
static int SSLProxyPort
           
 
Fields inherited from class weblogic.net.http.HttpClient
host, kac, kas, numReq, port, proxyHost, proxyPort, serverInput, serverOutput, serverSocket, url, usingProxy
 
Constructor Summary
HttpsClient(java.net.URL u)
           
 
Method Summary
protected  int getDefaultPort()
          overridden
protected  java.lang.String getProtocol()
           
protected  void openServer()
           
protected  void openServer(java.lang.String server, int port)
          overridden
static void resetSSLProperties()
           
 
Methods inherited from class weblogic.net.http.HttpClient
closeServer, finished, getInputStream, getOutputStream, getURLFile, isKeepingAlive, New, parseHTTP, resetProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SSLProxyHost

public static java.lang.String SSLProxyHost

SSLProxyPort

public static int SSLProxyPort
Constructor Detail

HttpsClient

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

resetSSLProperties

public static void resetSSLProperties()

getDefaultPort

protected int getDefaultPort()
overridden

Overrides:
getDefaultPort in class HttpClient

openServer

protected void openServer(java.lang.String server,
                          int port)
                   throws java.io.IOException
overridden

Overrides:
openServer in class HttpClient

getProtocol

protected java.lang.String getProtocol()

Overrides:
getProtocol in class HttpClient

openServer

protected void openServer()
                   throws java.io.IOException

Overrides:
openServer in class HttpClient

Documentation is available at
http://www.weblogic.com/docs51