Package org.apache.hc.core5.http.io
Interface HttpResponseInformationCallback
public interface HttpResponseInformationCallback
Informational (1xx) HTTP response callback.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(HttpResponse response, HttpConnection connection, HttpContext context)
-
Method Details
-
execute
void execute(HttpResponse response, HttpConnection connection, HttpContext context) throws HttpException - Throws:
HttpException
-