Uses of Class
com.ning.http.client.HttpResponseHeaders
Packages that use HttpResponseHeaders
Package
Description
-
Uses of HttpResponseHeaders in com.ning.http.client
Fields in com.ning.http.client declared as HttpResponseHeadersMethods in com.ning.http.client with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionResponse.ResponseBuilder.accumulate(HttpResponseHeaders headers) AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers) AsyncHandler.onHeadersReceived(HttpResponseHeaders headers) Invoked as soon as the HTTP headers has been received.BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) abstract ResponseHttpResponseStatus.prepareResponse(HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) Prepare aResponseConstructors in com.ning.http.client with parameters of type HttpResponseHeadersModifierConstructorDescriptionprotectedResponseBase(HttpResponseStatus status, HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) -
Uses of HttpResponseHeaders in com.ning.http.client.filter
Methods in com.ning.http.client.filter that return HttpResponseHeadersModifier and TypeMethodDescriptionFilterContext.getResponseHeaders()Return the responseHttpResponseHeadersMethods in com.ning.http.client.filter with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionFilterContext.FilterContextBuilder.responseHeaders(HttpResponseHeaders headers) -
Uses of HttpResponseHeaders in com.ning.http.client.listener
Methods in com.ning.http.client.listener with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionTransferCompletionHandler.onHeadersReceived(HttpResponseHeaders headers) -
Uses of HttpResponseHeaders in com.ning.http.client.providers.grizzly
Subclasses of HttpResponseHeaders in com.ning.http.client.providers.grizzlyModifier and TypeClassDescriptionclassHttpResponseHeadersimplementation using the Grizzly 2.0 HTTP client codec.Methods in com.ning.http.client.providers.grizzly with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionGrizzlyResponseStatus.prepareResponse(HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) Constructors in com.ning.http.client.providers.grizzly with parameters of type HttpResponseHeadersModifierConstructorDescriptionGrizzlyResponse(org.glassfish.grizzly.http.HttpResponsePacket httpResponsePacket, HttpResponseStatus status, HttpResponseHeaders headers, List<HttpResponseBodyPart> bodyParts) -
Uses of HttpResponseHeaders in com.ning.http.client.resumable
Methods in com.ning.http.client.resumable with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionResumableAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) -
Uses of HttpResponseHeaders in com.ning.http.client.webdav
Methods in com.ning.http.client.webdav with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionfinal AsyncHandler.STATEWebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers) -
Uses of HttpResponseHeaders in com.ning.http.client.ws
Methods in com.ning.http.client.ws with parameters of type HttpResponseHeadersModifier and TypeMethodDescriptionWebSocketUpgradeHandler.onHeadersReceived(HttpResponseHeaders headers)