class ResponseHolderAsyncHandlerWrapper<T> extends Object implements com.ning.http.client.AsyncHandler<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) StoredContext |
storedContext |
(package private) com.ning.http.client.AsyncHandler<T> |
wrapped |
| Constructor and Description |
|---|
ResponseHolderAsyncHandlerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
com.ning.http.client.AsyncHandler.STATE |
onBodyPartReceived(com.ning.http.client.HttpResponseBodyPart bodyPart) |
T |
onCompleted() |
com.ning.http.client.AsyncHandler.STATE |
onHeadersReceived(com.ning.http.client.HttpResponseHeaders headers) |
com.ning.http.client.AsyncHandler.STATE |
onStatusReceived(com.ning.http.client.HttpResponseStatus responseStatus) |
void |
onThrowable(Throwable t) |
final com.ning.http.client.AsyncHandler<T> wrapped
final StoredContext storedContext
public void onThrowable(Throwable t)
onThrowable in interface com.ning.http.client.AsyncHandler<T>public com.ning.http.client.AsyncHandler.STATE onBodyPartReceived(com.ning.http.client.HttpResponseBodyPart bodyPart)
throws Exception
public com.ning.http.client.AsyncHandler.STATE onStatusReceived(com.ning.http.client.HttpResponseStatus responseStatus)
throws Exception
public com.ning.http.client.AsyncHandler.STATE onHeadersReceived(com.ning.http.client.HttpResponseHeaders headers)
throws Exception
Copyright © 2016. All rights reserved.