Constructors in org.apache.http.impl.nio.codecs with parameters of type SessionInputBuffer |
AbstractContentDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer)
|
ChunkDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer)
|
HttpMessageParser(SessionInputBuffer buffer,
org.apache.http.params.HttpParams params)
|
HttpRequestParser(SessionInputBuffer buffer,
org.apache.http.HttpRequestFactory requestFactory,
org.apache.http.params.HttpParams params)
|
HttpResponseParser(SessionInputBuffer buffer,
org.apache.http.HttpResponseFactory responseFactory,
org.apache.http.params.HttpParams params)
|
IdentityDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer)
|
LengthDelimitedDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer,
long contentLength)
|