Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Package weblogic.net.http

Provides an interface and classes for http/https connections.

See:
          Description

Interface Summary
AsyncResponseCallback Callback to be notified when there is response ready to be read.
ContextAwareAsyncResponseCallback ContextAwareAsyncResponseCallback is a tagging interface.
 

Class Summary
ContentLengthOutputStream Deprecated. Deprecated in WebLogic Server 9.0
Handler Open an http input stream given a URL.
HttpOutputStream Deprecated. Deprecated in WebLogic Server 9.0
HttpsURLConnection A class to represent an HTTPS connection to a remote object.
HttpURLConnection A class to represent an HTTP connection to a remote object.
SOAPHttpsURLConnection Deprecated. Deprecated in WebLogic Server 9.0
SOAPHttpURLConnection Deprecated. Deprecated in WebLogic Server 9.0
SocketClosedNotification  
SocketTimeoutNotification  
 

Exception Summary
HttpRetryException Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
 

Package weblogic.net.http Description

Provides an interface and classes for http/https connections.


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01