public interface HttpEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionFailed(java.lang.Throwable ex) |
void |
onException(java.lang.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 java.io.IOException
java.io.IOExceptionvoid onRequestComplete()
throws java.io.IOException
java.io.IOExceptionvoid onResponseStatus(Buffer version, int status, Buffer reason) throws java.io.IOException
java.io.IOExceptionvoid onResponseHeader(Buffer name, Buffer value) throws java.io.IOException
java.io.IOExceptionvoid onResponseHeaderComplete()
throws java.io.IOException
java.io.IOExceptionvoid onResponseContent(Buffer content) throws java.io.IOException
java.io.IOExceptionvoid onResponseComplete()
throws java.io.IOException
java.io.IOExceptionvoid onConnectionFailed(java.lang.Throwable ex)
void onException(java.lang.Throwable ex)
void onExpire()
void onRetry()
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.