org.eclipse.jetty.client
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.IOException
void onRequestComplete() throws java.io.IOException
java.io.IOException
void onResponseStatus(Buffer version, int status, Buffer reason) throws java.io.IOException
java.io.IOException
void onResponseHeader(Buffer name, Buffer value) throws java.io.IOException
java.io.IOException
void onResponseHeaderComplete() throws java.io.IOException
java.io.IOException
void onResponseContent(Buffer content) throws java.io.IOException
java.io.IOException
void onResponseComplete() throws java.io.IOException
java.io.IOException
void onConnectionFailed(java.lang.Throwable ex)
void onException(java.lang.Throwable ex)
void onExpire()
void onRetry()
Copyright © 2014. All Rights Reserved.