Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.net.http
Interface AsyncResponseCallback

All Known Subinterfaces:
ContextAwareAsyncResponseCallback

public interface AsyncResponseCallback

Method Summary
abstract  void handleResponse(HttpURLConnection connection)
          This method is called when the response is available to be read from the HttpURLConnection.

 

Method Detail

handleResponse

void handleResponse(HttpURLConnection connection)
This method is called when the response is available to be read from the HttpURLConnection. It is important to note that a complete response might not be available and the read() operation can be block. This callback is invoked when there is some data to be read from the socket.
Parameters:
connection - URLConnection associated with request/response

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09