|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncHandler.STATE | |
---|---|
com.ning.http.client | |
com.ning.http.client.listener | |
com.ning.http.client.resumable | |
com.ning.http.client.webdav |
Uses of AsyncHandler.STATE in com.ning.http.client |
---|
Methods in com.ning.http.client that return AsyncHandler.STATE | |
---|---|
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
|
AsyncHandler.STATE |
AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received. |
AsyncHandler.STATE |
AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received. |
AsyncHandler.STATE |
ProgressAsyncHandler.onContentWriteCompleted()
Invoked when the content (a File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.STATE |
AsyncCompletionHandler.onContentWriteCompleted()
Invoked when the content (a File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.STATE |
ProgressAsyncHandler.onContentWriteProgress(long amount,
long current,
long total)
Invoked when the I/O operation associated with the Request body wasn't fully written in a single I/O write
operation. |
AsyncHandler.STATE |
AsyncCompletionHandler.onContentWriteProgress(long amount,
long current,
long total)
Invoked when the I/O operation associated with the Request body as been progressed. |
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
|
AsyncHandler.STATE |
AsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received. |
AsyncHandler.STATE |
AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received. |
AsyncHandler.STATE |
ProgressAsyncHandler.onHeaderWriteCompleted()
Invoked when the content (a File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.STATE |
AsyncCompletionHandler.onHeaderWriteCompleted()
Invoked when the content (a File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onStatusReceived(HttpResponseStatus responseStatus)
|
AsyncHandler.STATE |
AsyncHandler.onStatusReceived(HttpResponseStatus responseStatus)
Invoked as soon as the HTTP status line has been received |
AsyncHandler.STATE |
AsyncCompletionHandler.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received |
static AsyncHandler.STATE |
AsyncHandler.STATE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AsyncHandler.STATE[] |
AsyncHandler.STATE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of AsyncHandler.STATE in com.ning.http.client.listener |
---|
Methods in com.ning.http.client.listener that return AsyncHandler.STATE | |
---|---|
AsyncHandler.STATE |
TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content)
|
AsyncHandler.STATE |
TransferCompletionHandler.onContentWriteCompleted()
Invoked when the content (a File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.STATE |
TransferCompletionHandler.onContentWriteProgress(long amount,
long current,
long total)
Invoked when the I/O operation associated with the Request body as been progressed. |
AsyncHandler.STATE |
TransferCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received. |
AsyncHandler.STATE |
TransferCompletionHandler.onHeaderWriteCompleted()
Invoked when the content (a File , String or FileInputStream has been fully
written on the I/O socket. |
Uses of AsyncHandler.STATE in com.ning.http.client.resumable |
---|
Methods in com.ning.http.client.resumable that return AsyncHandler.STATE | |
---|---|
AsyncHandler.STATE |
ResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received. |
AsyncHandler.STATE |
ResumableAsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received. |
AsyncHandler.STATE |
ResumableAsyncHandler.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received |
Uses of AsyncHandler.STATE in com.ning.http.client.webdav |
---|
Methods in com.ning.http.client.webdav that return AsyncHandler.STATE | |
---|---|
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received. |
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received. |
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |