BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.net.http.HttpURLConnection

Packages that use HttpURLConnection
weblogic.net.http   
 

Uses of HttpURLConnection in weblogic.net.http
 

Subclasses of HttpURLConnection in weblogic.net.http
 class HttpsURLConnection
          A class to represent an HTTPS connection to a remote object.
 class SOAPHttpsURLConnection
          Deprecated. Deprecated in WebLogic Server 9.0
 class SOAPHttpURLConnection
          Deprecated. Deprecated in WebLogic Server 9.0
 

Methods in weblogic.net.http with parameters of type HttpURLConnection
 void AsyncResponseHandler.writeRequestAndRegister(HttpURLConnection connection, weblogic.net.http.AsyncResponseCallback callback)
          Write the request to the backend and then register the async response callback.
 void AsyncResponseHandler.writeRequestAndRegister(HttpURLConnection connection, weblogic.net.http.AsyncResponseCallback callback, String workManagerName)
          Write the request to the backend and then register the async response callback.
 void AsyncResponseHandler.writeRequestAndRegister(HttpURLConnection connection, weblogic.net.http.AsyncResponseCallback callback, weblogic.work.WorkManager workManager)
          Write the request to the backend and then register the async response callback.
 void AsyncResponseCallback.handleResponse(HttpURLConnection connection)
          This method is called when the response is available to be read from the HttpURLConnection.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.