T - See AsyncHandlerpublic class PreservingClassLoaderAsyncHandler<T> extends Object implements com.ning.http.client.AsyncHandler<T>
| Constructor and Description |
|---|
PreservingClassLoaderAsyncHandler(com.ning.http.client.AsyncHandler<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
com.ning.http.client.AsyncHandler.STATE |
onBodyPartReceived(com.ning.http.client.HttpResponseBodyPart httpResponseBodyPart) |
T |
onCompleted() |
com.ning.http.client.AsyncHandler.STATE |
onHeadersReceived(com.ning.http.client.HttpResponseHeaders httpResponseHeaders) |
com.ning.http.client.AsyncHandler.STATE |
onStatusReceived(com.ning.http.client.HttpResponseStatus httpResponseStatus) |
void |
onThrowable(Throwable throwable) |
public PreservingClassLoaderAsyncHandler(com.ning.http.client.AsyncHandler<T> delegate)
public void onThrowable(Throwable throwable)
onThrowable in interface com.ning.http.client.AsyncHandler<T>public com.ning.http.client.AsyncHandler.STATE onBodyPartReceived(com.ning.http.client.HttpResponseBodyPart httpResponseBodyPart)
throws Exception
public com.ning.http.client.AsyncHandler.STATE onStatusReceived(com.ning.http.client.HttpResponseStatus httpResponseStatus)
throws Exception
public com.ning.http.client.AsyncHandler.STATE onHeadersReceived(com.ning.http.client.HttpResponseHeaders httpResponseHeaders)
throws Exception
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.