java.util.EventListener, Response.ResponseListenerResponse.ListenerBufferingResponseListener, ContinueProtocolHandler.ContinueListener, FutureResponseListener, InputStreamResponseListener, RedirectProtocolHandler, Response.Listener.Adapterpublic static interface Response.BeginListener extends Response.ResponseListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onBegin(Response response) |
Callback method invoked when the response line containing HTTP version,
HTTP status code and reason has been received and parsed.
|
void onBegin(Response response)
This method is the best approximation to detect when the first bytes of the response arrived to the client.
response - the response containing the response line dataCopyright © 1995–2018 Webtide. All rights reserved.