Uses of Enum
com.ning.http.client.AsyncHandler.STATE
Packages that use AsyncHandler.STATE
Package
Description
-
Uses of AsyncHandler.STATE in com.ning.http.client
Methods in com.ning.http.client that return AsyncHandler.STATEModifier and TypeMethodDescriptionAsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) Invoked as soon as some response body part are received.BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) AsyncCompletionHandler.onContentWriteCompleted()Invoked when the content (aFile,StringorFileInputStreamhas been fully written on the I/O socket.ProgressAsyncHandler.onContentWriteCompleted()Invoked when the content (aFile,StringorFileInputStreamhas been fully written on the I/O socket.AsyncCompletionHandler.onContentWriteProgress(long amount, long current, long total) Invoked when the I/O operation associated with theRequestbody as been progressed.ProgressAsyncHandler.onContentWriteProgress(long amount, long current, long total) Invoked when the I/O operation associated with theRequestbody wasn't fully written in a single I/O write operation.AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers) AsyncHandler.onHeadersReceived(HttpResponseHeaders headers) Invoked as soon as the HTTP headers has been received.BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) AsyncCompletionHandler.onHeaderWriteCompleted()Invoked when the content (aFile,StringorFileInputStreamhas been fully written on the I/O socket.ProgressAsyncHandler.onHeaderWriteCompleted()Invoked when the content (aFile,StringorFileInputStreamhas been fully written on the I/O socket.AsyncCompletionHandler.onStatusReceived(HttpResponseStatus status) AsyncHandler.onStatusReceived(HttpResponseStatus responseStatus) Invoked as soon as the HTTP status line has been receivedBodyDeferringAsyncHandler.onStatusReceived(HttpResponseStatus responseStatus) static AsyncHandler.STATEReturns 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.STATEModifier and TypeMethodDescriptionTransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) TransferCompletionHandler.onContentWriteProgress(long amount, long current, long total) TransferCompletionHandler.onHeadersReceived(HttpResponseHeaders headers) TransferCompletionHandler.onHeaderWriteCompleted() -
Uses of AsyncHandler.STATE in com.ning.http.client.resumable
Methods in com.ning.http.client.resumable that return AsyncHandler.STATEModifier and TypeMethodDescriptionResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) ResumableAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) ResumableAsyncHandler.onStatusReceived(HttpResponseStatus status) -
Uses of AsyncHandler.STATE in com.ning.http.client.webdav
Methods in com.ning.http.client.webdav that return AsyncHandler.STATEModifier and TypeMethodDescriptionfinal AsyncHandler.STATEWebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content) final AsyncHandler.STATEWebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers) final AsyncHandler.STATEWebDavCompletionHandlerBase.onStatusReceived(HttpResponseStatus status) -
Uses of AsyncHandler.STATE in com.ning.http.client.ws
Methods in com.ning.http.client.ws that return AsyncHandler.STATEModifier and TypeMethodDescriptionWebSocketUpgradeHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) WebSocketUpgradeHandler.onHeadersReceived(HttpResponseHeaders headers) WebSocketUpgradeHandler.onStatusReceived(HttpResponseStatus responseStatus)