Uses of Interface
org.apache.http.HttpResponse
-
Packages that use HttpResponse Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication.org.apache.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication.org.apache.http.util Core utility classes. -
-
Uses of HttpResponse in org.apache.http
Methods in org.apache.http that return HttpResponse Modifier and Type Method Description HttpResponseHttpResponseFactory. newHttpResponse(ProtocolVersion ver, int status, HttpContext context)Creates a new response from status line elements.HttpResponseHttpResponseFactory. newHttpResponse(StatusLine statusline, HttpContext context)Creates a new response from a status line.HttpResponseHttpClientConnection. receiveResponseHeader()Receives the request line and headers of the next response available from this connection.Methods in org.apache.http with parameters of type HttpResponse Modifier and Type Method Description booleanConnectionReuseStrategy. keepAlive(HttpResponse response, HttpContext context)Decides whether a connection can be kept open after a request.voidHttpResponseInterceptor. process(HttpResponse response, HttpContext context)Processes a response.voidHttpClientConnection. receiveResponseEntity(HttpResponse response)Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.voidHttpServerConnection. sendResponseEntity(HttpResponse response)Sends the response entity of a response over this connection.voidHttpServerConnection. sendResponseHeader(HttpResponse response)Sends the response line and headers of a response over this connection. -
Uses of HttpResponse in org.apache.http.impl
Methods in org.apache.http.impl that return HttpResponse Modifier and Type Method Description HttpResponseDefaultHttpResponseFactory. newHttpResponse(ProtocolVersion ver, int status, HttpContext context)HttpResponseDefaultHttpResponseFactory. newHttpResponse(StatusLine statusline, HttpContext context)HttpResponseAbstractHttpClientConnection. receiveResponseHeader()Deprecated.HttpResponseDefaultBHttpClientConnection. receiveResponseHeader()Methods in org.apache.http.impl that return types with arguments of type HttpResponse Modifier and Type Method Description protected HttpMessageParser<HttpResponse>AbstractHttpClientConnection. createResponseParser(SessionInputBuffer buffer, HttpResponseFactory responseFactory, HttpParams params)Deprecated.Creates an instance ofHttpMessageParserto be used for parsing HTTP responses received over this connection.protected HttpMessageWriter<HttpResponse>AbstractHttpServerConnection. createResponseWriter(SessionOutputBuffer buffer, HttpParams params)Deprecated.Creates an instance ofHttpMessageWriterto be used for writing out HTTP responses sent over this connection.Methods in org.apache.http.impl with parameters of type HttpResponse Modifier and Type Method Description booleanDefaultConnectionReuseStrategy. keepAlive(HttpResponse response, HttpContext context)booleanNoConnectionReuseStrategy. keepAlive(HttpResponse response, HttpContext context)protected voidDefaultBHttpClientConnection. onResponseReceived(HttpResponse response)protected voidDefaultBHttpServerConnection. onResponseSubmitted(HttpResponse response)voidAbstractHttpClientConnection. receiveResponseEntity(HttpResponse response)Deprecated.voidDefaultBHttpClientConnection. receiveResponseEntity(HttpResponse response)voidAbstractHttpServerConnection. sendResponseEntity(HttpResponse response)Deprecated.voidDefaultBHttpServerConnection. sendResponseEntity(HttpResponse response)voidAbstractHttpServerConnection. sendResponseHeader(HttpResponse response)Deprecated.voidDefaultBHttpServerConnection. sendResponseHeader(HttpResponse response)Constructor parameters in org.apache.http.impl with type arguments of type HttpResponse Constructor Description DefaultBHttpClientConnection(int bufferSize, int fragmentSizeHint, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnectionFactory(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)DefaultBHttpClientConnectionFactory(ConnectionConfig cconfig, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)DefaultBHttpServerConnection(int bufferSize, int fragmentSizeHint, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory)Creates new instance of DefaultBHttpServerConnection.DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory)DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory) -
Uses of HttpResponse in org.apache.http.impl.io
Methods in org.apache.http.impl.io that return HttpResponse Modifier and Type Method Description protected HttpResponseDefaultHttpResponseParser. parseHead(SessionInputBuffer sessionBuffer)Methods in org.apache.http.impl.io that return types with arguments of type HttpResponse Modifier and Type Method Description HttpMessageParser<HttpResponse>DefaultHttpResponseParserFactory. create(SessionInputBuffer buffer, MessageConstraints constraints)HttpMessageWriter<HttpResponse>DefaultHttpResponseWriterFactory. create(SessionOutputBuffer buffer)Methods in org.apache.http.impl.io with parameters of type HttpResponse Modifier and Type Method Description protected voidDefaultHttpResponseWriter. writeHeadLine(HttpResponse message)protected voidHttpResponseWriter. writeHeadLine(HttpResponse message)Deprecated. -
Uses of HttpResponse in org.apache.http.message
Classes in org.apache.http.message that implement HttpResponse Modifier and Type Class Description classBasicHttpResponseBasic implementation ofHttpResponse. -
Uses of HttpResponse in org.apache.http.protocol
Methods in org.apache.http.protocol that return HttpResponse Modifier and Type Method Description protected HttpResponseHttpRequestExecutor. doReceiveResponse(HttpRequest request, HttpClientConnection conn, HttpContext context)Waits for and receives a response.protected HttpResponseHttpRequestExecutor. doSendRequest(HttpRequest request, HttpClientConnection conn, HttpContext context)Send the given request over the given connection.HttpResponseHttpRequestExecutor. execute(HttpRequest request, HttpClientConnection conn, HttpContext context)Sends the request and obtain a response.HttpResponseHttpCoreContext. getResponse()Methods in org.apache.http.protocol with parameters of type HttpResponse Modifier and Type Method Description protected booleanHttpRequestExecutor. canResponseHaveBody(HttpRequest request, HttpResponse response)Decide whether a response comes with an entity.protected voidHttpService. doService(HttpRequest request, HttpResponse response, HttpContext context)The default implementation of this method attempts to resolve anHttpRequestHandlerfor the request URI of the given request and, if found, executes itsHttpRequestHandler.handle(HttpRequest, HttpResponse, HttpContext)method.voidHttpRequestHandler. handle(HttpRequest request, HttpResponse response, HttpContext context)Handles the request and produces a response to be sent back to the client.protected voidHttpService. handleException(HttpException ex, HttpResponse response)Handles the given exception and generates an HTTP response to be sent back to the client to inform about the exceptional condition encountered in the course of the request processing.voidHttpRequestExecutor. postProcess(HttpResponse response, HttpProcessor processor, HttpContext context)Post-processes the given response using the given protocol processor and completes the process of request execution.voidBasicHttpProcessor. process(HttpResponse response, HttpContext context)Deprecated.voidImmutableHttpProcessor. process(HttpResponse response, HttpContext context)voidResponseConnControl. process(HttpResponse response, HttpContext context)voidResponseContent. process(HttpResponse response, HttpContext context)Processes the response (possibly updating or inserting) Content-Length and Transfer-Encoding headers.voidResponseDate. process(HttpResponse response, HttpContext context)voidResponseServer. process(HttpResponse response, HttpContext context)voidHttpExpectationVerifier. verify(HttpRequest request, HttpResponse response, HttpContext context)Verifies whether the given request meets the server's expectations. -
Uses of HttpResponse in org.apache.http.util
Methods in org.apache.http.util with parameters of type HttpResponse Modifier and Type Method Description static voidEntityUtils. updateEntity(HttpResponse response, HttpEntity entity)Updates an entity in a response by first consuming an existing entity, then setting the new one.
-