Uses of Class
com.ning.http.client.HttpResponseBodyPart
Packages that use HttpResponseBodyPart
Package
Description
-
Uses of HttpResponseBodyPart in com.ning.http.client
Fields in com.ning.http.client with type parameters of type HttpResponseBodyPartModifier and TypeFieldDescriptionprotected final List<HttpResponseBodyPart>ResponseBase.bodyPartsMethods in com.ning.http.client with parameters of type HttpResponseBodyPartModifier and TypeMethodDescriptionResponse.ResponseBuilder.accumulate(HttpResponseBodyPart bodyPart) AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) Invoked as soon as some response body part are received.BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) Method parameters in com.ning.http.client with type arguments of type HttpResponseBodyPartModifier and TypeMethodDescriptionabstract ResponseHttpResponseStatus.prepareResponse(HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) Prepare aResponseConstructor parameters in com.ning.http.client with type arguments of type HttpResponseBodyPartModifierConstructorDescriptionprotectedResponseBase(HttpResponseStatus status, HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) -
Uses of HttpResponseBodyPart in com.ning.http.client.listener
Methods in com.ning.http.client.listener with parameters of type HttpResponseBodyPartModifier and TypeMethodDescriptionTransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) -
Uses of HttpResponseBodyPart in com.ning.http.client.providers.grizzly
Subclasses of HttpResponseBodyPart in com.ning.http.client.providers.grizzlyModifier and TypeClassDescriptionclassHttpResponseBodyPartimplementation using the Grizzly 2.0 HTTP client codec.Method parameters in com.ning.http.client.providers.grizzly with type arguments of type HttpResponseBodyPartModifier and TypeMethodDescriptionGrizzlyResponseStatus.prepareResponse(HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) Constructor parameters in com.ning.http.client.providers.grizzly with type arguments of type HttpResponseBodyPartModifierConstructorDescriptionGrizzlyResponse(org.glassfish.grizzly.http.HttpResponsePacket httpResponsePacket, HttpResponseStatus status, HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) -
Uses of HttpResponseBodyPart in com.ning.http.client.resumable
Methods in com.ning.http.client.resumable with parameters of type HttpResponseBodyPartModifier and TypeMethodDescriptionResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) -
Uses of HttpResponseBodyPart in com.ning.http.client.webdav
Methods in com.ning.http.client.webdav with parameters of type HttpResponseBodyPartModifier and TypeMethodDescriptionfinal AsyncHandler.STATEWebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content) -
Uses of HttpResponseBodyPart in com.ning.http.client.ws
Methods in com.ning.http.client.ws with parameters of type HttpResponseBodyPartModifier and TypeMethodDescriptionWebSocketUpgradeHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) voidWebSocketByteFragmentListener.onFragment(HttpResponseBodyPart fragment) voidWebSocketTextFragmentListener.onFragment(HttpResponseBodyPart fragment) -
Uses of HttpResponseBodyPart in com.ning.http.util
Method parameters in com.ning.http.util with type arguments of type HttpResponseBodyPartModifier and TypeMethodDescriptionstatic final byte[]AsyncHttpProviderUtils.contentToByte(List<HttpResponseBodyPart> bodyParts) static final InputStreamAsyncHttpProviderUtils.contentToInputStream(List<HttpResponseBodyPart> bodyParts) static final StringAsyncHttpProviderUtils.contentToString(List<HttpResponseBodyPart> bodyParts, Charset charset)