Uses of Interface
org.apache.http.io.HttpMessageWriter

Packages that use HttpMessageWriter
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
 

Uses of HttpMessageWriter in org.apache.http.impl
 

Methods in org.apache.http.impl that return HttpMessageWriter
protected  HttpMessageWriter<HttpRequest> AbstractHttpClientConnection.createRequestWriter(SessionOutputBuffer buffer, HttpParams params)
          Creates an instance of HttpMessageWriter to be used for writing out HTTP requests sent over this connection.
protected  HttpMessageWriter<HttpResponse> AbstractHttpServerConnection.createResponseWriter(SessionOutputBuffer buffer, HttpParams params)
          Creates an instance of HttpMessageWriter to be used for writing out HTTP responses sent over this connection.
 

Uses of HttpMessageWriter in org.apache.http.impl.io
 

Classes in org.apache.http.impl.io that implement HttpMessageWriter
 class AbstractMessageWriter<T extends HttpMessage>
          Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.
 class HttpRequestWriter
          HTTP request writer that serializes its output to an instance of SessionOutputBuffer.
 class HttpResponseWriter
          HTTP response writer that serializes its output to an instance of SessionOutputBuffer.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.