Uses of Interface
org.apache.http.nio.NHttpMessageParserFactory

Packages that use NHttpMessageParserFactory
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.codecs Default implementations for interfaces in org.apache.http.nio.codecs
 

Uses of NHttpMessageParserFactory in org.apache.http.impl.nio
 

Constructors in org.apache.http.impl.nio with parameters of type NHttpMessageParserFactory
DefaultNHttpClientConnection(IOSession session, int buffersize, ByteBufferAllocator allocator, CharsetDecoder chardecoder, CharsetEncoder charencoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, NHttpMessageParserFactory<HttpResponse> responseParserFactory)
          Creates new instance DefaultNHttpClientConnection given the underlying I/O session.
DefaultNHttpServerConnection(IOSession session, int buffersize, ByteBufferAllocator allocator, CharsetDecoder chardecoder, CharsetEncoder charencoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory)
          Creates new instance DefaultNHttpServerConnection given the underlying I/O session.
 

Uses of NHttpMessageParserFactory in org.apache.http.impl.nio.codecs
 

Classes in org.apache.http.impl.nio.codecs that implement NHttpMessageParserFactory
 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.