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

Packages that use HttpMessageParserFactory
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 HttpMessageParserFactory in org.apache.http.impl
 

Constructors in org.apache.http.impl with parameters of type HttpMessageParserFactory
DefaultBHttpClientConnection(int buffersize, CharsetDecoder chardecoder, CharsetEncoder charencoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)
          Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpServerConnection(int buffersize, CharsetDecoder chardecoder, CharsetEncoder charencoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory)
          Creates new instance of DefaultBHttpServerConnection.
 

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

Classes in org.apache.http.impl.io that implement HttpMessageParserFactory
 class DefaultHttpRequestParserFactory
          Default factory for request message parsers.
 class DefaultHttpResponseParserFactory
          Default factory for response message parsers.
 



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