public interface HttpEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionFailed(Throwable ex) |
void |
onException(Throwable ex) |
void |
onExpire() |
void |
onRequestCommitted() |
void |
onRequestComplete() |
void |
onResponseComplete() |
void |
onResponseContent(Buffer content) |
void |
onResponseHeader(Buffer name,
Buffer value) |
void |
onResponseHeaderComplete() |
void |
onResponseStatus(Buffer version,
int status,
Buffer reason) |
void |
onRetry() |
void onRequestCommitted()
throws IOException
IOExceptionvoid onRequestComplete()
throws IOException
IOExceptionvoid onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
IOExceptionvoid onResponseHeader(Buffer name, Buffer value) throws IOException
IOExceptionvoid onResponseHeaderComplete()
throws IOException
IOExceptionvoid onResponseContent(Buffer content) throws IOException
IOExceptionvoid onResponseComplete()
throws IOException
IOExceptionvoid onConnectionFailed(Throwable ex)
void onException(Throwable ex)
void onExpire()
void onRetry()
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.