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