|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
HttpAsyncRequestConsumer
implementation that relieves its
subclasses form having to synchronize access to internal instance variables
and provides a number of protected methods that they need to implement.HttpAsyncResponseConsumer
implementation that relieves its
subclasses form having to synchronize access to internal instance variables
and provides a number of protected methods that they need to implement.ContentDecoder
that serves as a base for all content
decoder implementations.ContentEncoder
that serves as a base for all content
encoder implementations.SessionInputBuffer
and
SessionOutputBuffer
implementations.HttpMessage
.SessionInputBuffer
and
SessionOutputBuffer
implementations.IOEventDispatch
implementation that supports both plain (non-encrypted)
and SSL encrypted HTTP connections.IOReactor
that can used as a subclass
for more specialized I/O reactors.SessionInputBuffer
.NHttpMessageParser
that serves as a base for all message
parser implementations.SessionOutputBuffer
.NHttpMessageWriter
that serves as a base for all message
writer implementations.IOReactor
that can run multiple
BaseIOReactor
instance in separate worker threads and distribute
newly created I/O session equally across those I/O reactors for a more
optimal resource utilization and a better I/O performance.AbstractMultiworkerIOReactor.AbstractMultiworkerIOReactor(IOReactorConfig, ThreadFactory)
InputStream
.OutputStream
.SelectionKey.OP_ACCEPT
readiness.
SelectionKey.OP_ACCEPT
event.
Throwable
object with the given time stamp
to the audit log.
Throwable
object to the audit log.
ByteBuffer
of the given size.
len
bytes to this buffer from the given source
array starting at index off
.
b
byte to this buffer.
len
chars to this buffer from the given source
array starting at index off
.
len
chars to this buffer from the given source
char array buffer starting at index off
.
len
chars to this buffer from the given source
array starting at index off
.
len
chars to this buffer from the given source
buffer starting at index off
.
0
.
ch
char to this buffer.
len
bytes to this buffer from the given source
array starting at index off
.
len
bytes to this buffer from the given source
array starting at index off
.
HttpAsyncRequestExecutor
and HttpAsyncRequester
HttpAsyncService
AbstractIOReactor
that serves as a base
for more advanced IOReactor
implementations.HttpAsyncRequestConsumer
.HttpAsyncRequestExecutionHandler
that executes
a single HTTP request / response exchange.HttpAsyncRequestHandler
that delegates
the process of request handling to a HttpRequestHandler
.HttpAsyncRequestProducer
.HttpAsyncResponseConsumer
.HttpAsyncResponseProducer
.ConnFactory
implementation that creates
HttpClientConnection
instances given a HttpHost
instance.ConnPool
implementation that represents a pool
of blocking HttpClientConnection
connections identified by
an HttpHost
instance.Future
interface.Header
.HeaderElement
HeaderElementIterator
.HeaderIterator
.HttpContext
.InputStream
.HttpEntityEnclosingRequest
.HttpParams
interface.HttpProcessor
.HttpRequest
.HttpResponse
.HeaderIterator
based on a List
.NameValuePair
.NIOConnFactory
implementation that creates
NHttpClientConnection
instances given a HttpHost
instance.ConnPool
implementation that represents a pool
of non-blocking NHttpClientConnection
connections identified by
an HttpHost
instance.PoolEntry
implementation that represents an entry
in a pool of non-blocking NHttpClientConnection
s identified by
an HttpHost
instance.PoolEntry
implementation that represents an entry
in a pool of blocking HttpClientConnection
s identified by
an HttpHost
instance.RequestLine
.StatusLine
TokenIterator
.BasicTokenIterator
.
IOSession
.
Socket
.
Socket
.
BufferInfo
HttpAsyncRequestExecutor
and HttpAsyncRequester
HttpAsyncService
BasicAsyncRequestConsumer
or BasicAsyncResponseConsumer
ByteArrayBuffer
with the given initial
capacity.
byte
value in this buffer at the specified
index.
ByteBuffer
instances.SessionRequest
.
SocketChannel
entry maintained by the I/O reactor.CharArrayBuffer
with the given initial
capacity.
char
value in this buffer at the specified
index.
SessionRequest
.
SelectionKey.OP_CONNECT
readiness.
SelectionKey.OP_CONNECT
event.
ConnPool
such as
maximum total number of connections or maximum connections per route
allowed.HttpEntity.getContent()
and call InputStream.close()
on that;
otherwise call HttpEntity.writeTo(OutputStream)
which is required to free the resources.
BasicHttpEntity.getContent()
and call InputStream.close()
on that;
otherwise call BasicHttpEntity.writeTo(OutputStream)
which is required to free the resources.
HttpEntityWrapper.getContent()
and call InputStream.close()
on that;
otherwise call HttpEntityWrapper.writeTo(OutputStream)
which is required to free the resources.
InputStreamEntity.getContent()
and call InputStream.close()
on that;
otherwise call InputStreamEntity.writeTo(OutputStream)
which is required to free the resources.
EntityUtils.consume(HttpEntity)
ConsumingNHttpEntityTemplate.finish()
method.
NHttpEntityWrapper.finish()
method.
AbstractAsyncRequestConsumer.onContentReceived(ContentDecoder, IOControl)
instead.
AbstractAsyncResponseConsumer.onContentReceived(ContentDecoder, IOControl)
instead.
ContentDecoder
.
ContentDecoder
.
ContentDecoder
and stores it in
this buffer.
BasicAsyncRequestConsumer
or BasicAsyncResponseConsumer
BasicAsyncRequestConsumer
or BasicAsyncResponseConsumer
ContentInputBuffer
.ReadableByteChannel
that delegates to a ContentDecoder
.WritableByteChannel
that delegates to a ContentEncoder
.ContentDecoder
.InputStream
adaptor for ContentInputBuffer
.ContentEncoder
.OutputStream
adaptor for ContentOutputBuffer
.ContentType
.
ContentType
without a charset.
ContentType
.
HeapByteBufferAllocator
to be used
by HTTP connections for allocating ByteBuffer
objects.
HeapByteBufferAllocator
to be used
by HTTP connections for allocating ByteBuffer
objects.
HeapByteBufferAllocator
to be used
by HTTP connections for allocating ByteBuffer
objects.
HeapByteBufferAllocator
to be used
by HTTP connections for allocating ByteBuffer
objects.
DefaultNHttpClientConnection
based on the
given IOSession
.
DefaultNHttpServerConnection
based on the
given IOSession
.
DefaultNHttpClientConnection
based on the
given SSL IOSession
.
DefaultNHttpServerConnection
based on the
given IOSession
.
ContentDecoder
instances.
ContentEncoder
instances.
EntityDeserializer
with the
LaxContentLengthStrategy
implementation to be used for
de-serializing entities received over this connection.
EntityDeserializer
with the
LaxContentLengthStrategy
implementation to be used for
de-serializing entities received over this connection.
EntitySerializer
with the
StrictContentLengthStrategy
implementation to be used for
serializing HTTP entities sent over this connection.
EntitySerializer
with the
StrictContentLengthStrategy
implementation to be used for
serializing HTTP entities sent over this connection.
DefaultHttpRequestFactory
to be used
for creating HttpRequest
objects received by over this
connection.
DefaultHttpRequestFactory
to be used
by HTTP connections for creating HttpRequest
objects.
DefaultHttpRequestFactory
to be used
by HTTP connections for creating HttpRequest
objects.
DefaultHttpResponseFactory
to be used
for creating HttpResponse
objects received by over this
connection.
DefaultHttpResponseFactory
to be used
by HTTP connections for creating HttpResponse
objects.
DefaultHttpResponseFactory
to be used
by HTTP connections for creating HttpResponse
objects.
HttpMessage
instance based on the content of the input
buffer containing the first line of the incoming HTTP message.
HttpMessageParser
to be used for parsing
HTTP requests received over this connection.
NHttpMessageParser
to be used
by this connection for parsing incoming HttpRequest
messages.
HttpMessageWriter
to be used for
writing out HTTP requests sent over this connection.
NHttpMessageWriter
to be used
by this connection for writing out outgoing HttpRequest
messages.
HttpMessageParser
to be used for parsing
HTTP responses received over this connection.
NHttpMessageParser
to be used
by this connection for parsing incoming HttpResponse
messages.
HttpMessageWriter
to be used for
writing out HTTP responses sent over this connection.
NHttpMessageWriter
to be used
by this connection for writing out outgoing HttpResponse
messages.
SocketInputBuffer
to be used for
receiving data from the given Socket
.
SocketInputBuffer
to be used for
receiving data from the given Socket
.
SessionOutputBuffer
to be used for
sending data to the given Socket
.
SessionOutputBuffer
to be used for
sending data to the given Socket
.
SSLIOSession
decorating the given
IOSession
.
SSLIOSession
decorating the given
IOSession
.
SSLIOSession
decorating the given
IOSession
.
SSLIOSession
decorating the given
IOSession
.
allHeaders
.
allHeaders
.
BasicTokenIterator.currentToken
.
DefaultHttpClientIODispatch
ConnectingIOReactor
.DefaultConnectingIOReactor.DefaultConnectingIOReactor(IOReactorConfig, ThreadFactory)
DefaultConnectingIOReactor.DefaultConnectingIOReactor(IOReactorConfig)
HttpContext
implementation that delegates resolution of an attribute
to the given default HttpContext
instance if the attribute is not
present in the local one.HttpParams
implementation that delegates resolution of a parameter
to the given default HttpParams
instance if the parameter is not
present in the local one.IOEventDispatch
implementation that supports both plain (non-encrypted)
and SSL encrypted client side HTTP connections.HttpRequest
objects.SessionInputBuffer
.NHttpMessageParser
implementation for HttpRequest
s.NHttpMessageWriter
implementation for HttpRequest
s.HttpResponse
objects.SessionInputBuffer
.NHttpMessageParser
implementation for HttpResponse
s.NHttpMessageWriter
implementation for HttpResponse
s.IOEventDispatch
implementation that supports both plain (non-encrypted)
and SSL encrypted server side HTTP connections.ListeningIOReactor
.DefaultListeningIOReactor.DefaultListeningIOReactor(IOReactorConfig, ThreadFactory)
DefaultListeningIOReactor.DefaultListeningIOReactor(IOReactorConfig)
NHttpClientConnection
interface.NHttpClientConnection
s.NHttpServerConnection
interface.NHttpServerConnection
s.DefaultHttpServerIODispatch
HttpEntity
based on properties of the given message.
ByteBuffer
instances using
ByteBuffer.allocateDirect(int)
.ContentLengthStrategy
implementations that disallows the use of
identity transfer encoding.BasicHttpEntity
based on properties of the given
message.
OutputStream
instance that transparently encodes
output data as it is being written out to the output stream.
HttpRequestHandler
for the request URI of the given request
and, if found, executes its
HttpRequestHandler.handle(HttpRequest, HttpResponse, HttpContext)
method.
HttpAsyncContentProducer
that relies on
inefficient and potentially blocking I/O operation redirection through
Channels.newChannel(java.io.InputStream)
.ContentProducer
.HttpEntity
s.Throwable
instance along with a time stamp.IOEventDispatch
.
HttpContext
attribute names for protocol execution.ByteBufferAllocator
interface.SessionRequest
.
FileChannel
FileChannel
FileEntity.FileEntity(File, ContentType)
ReadableByteChannel
.
ReadableByteChannel
.
NByteArrayEntity.close()
NFileEntity.close()
NStringEntity.close()
WritableByteChannel
.
Future
.Content-Type
value from HttpEntity
exactly as
specified by the Content-Type
header of the entity.
Boolean
parameter value with the given name.
ConnectionReuseStrategy
implementation to be used
to determine whether or not the underlying connection can be kept alive
after a particular HTTP request / response exchange.
CoreConnectionPNames.CONNECTION_TIMEOUT
parameter.
InputStream
.
UnsupportedOperationException
.
NIOReactorPNames.CONTENT_BUFFER_SIZE
parameter.
CoreProtocolPNames.HTTP_CONTENT_CHARSET
parameter.
ContentType.getOrDefault(HttpEntity)
ContentType.getOrDefault(HttpEntity)
HttpContext
instance.
Double
parameter value with the given name.
IOException
thrown during initialization
of this endpoint or null
, if initialization was successful.
IOException
instance if the request could not be
successfully executed due to an I/O error or null
if no
error occurred to this point.
NIOReactorPNames.GRACE_PERIOD
parameter.
CoreProtocolPNames.HTTP_ELEMENT_CHARSET
parameter.
HttpProcessor
implementation to be used to process
HTTP request and response messages for protocol compliance.
true
if interest Ops queueing is enabled, false
otherwise.
NIOReactorPNames.INTEREST_OPS_QUEUEING
parameter.
Integer
parameter value with the given name.
CoreConnectionPNames.SO_LINGER
parameter.
Long
parameter value with the given name.
CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION
parameter.
HttpTransportMetrics
for this session buffer.
HttpTransportMetrics
for this session buffer.
Content-Type
value from HttpEntity
or returns default value
if not explicitly specified.
HttpMessage.setParams(HttpParams)
.
SocketOptions.SO_RCVBUF
parameter
for newly created sockets.
NIOReactorPNames.SELECT_INTERVAL
parameter.
IOSession
instance associated with the given selection
key.
IOSession
instance created as a result of this request
or null
if the request is still pending.
SocketOptions.SO_SNDBUF
parameter
for newly created sockets.
CoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter.
CoreConnectionPNames.SO_KEEPALIVE
parameter.
SocketOptions.SO_LINGER
parameter
for newly created sockets.
CoreConnectionPNames.SO_REUSEADDR
parameter.
CoreConnectionPNames.SO_TIMEOUT
parameter.
CoreConnectionPNames.TCP_NODELAY
parameter.
CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION
parameter.
CoreProtocolPNames.USER_AGENT
parameter.
buffer
.
CoreProtocolPNames.PROTOCOL_VERSION
parameter.
RuntimeException
.
ProtocolVersion.equals(java.lang.Object)
.
header
value consisting of
a name / value pair and a number of optional name / value parameters.HeaderElement
objects.Header
objects.ByteBuffer
instances using
ByteBuffer.allocate(int)
.HttpConnection
object that
represents the actual HTTP connection.
HttpHost
object that
represents the connection proxy.
Boolean
object that represents the
the flag indicating whether the actual request has been fully transmitted
to the target host.
HttpRequest
object that
represents the actual HTTP request.
HttpResponse
object that
represents the actual HTTP response.
HttpHost
object that
represents the connection target.
HttpAsyncRequestExecutor
to initiate execution
of asynchronous HTTP requests.HttpAsyncRequestProducer
and
HttpAsyncResponseConsumer
and is capable of handling logically
related series of HTTP request / response exchanges.HttpAsyncRequestHandler
matching a particular request URI.HttpConnection
.HttpConnectionMetrics
interface.HttpParams
and manipulate HTTP connection parameters using Java Beans
conventions.HttpParams
.HttpHost
, specifying all values.
HttpHost
, with default scheme.
HttpHost
, with default scheme and port.
HttpHost
.
HttpParams
and manipulate HTTP protocol parameters using Java Beans
conventions.HttpParams
.HttpAsyncRequestExecutor
and HttpAsyncRequester
HttpRequest
objects.HttpRequestHandler
matching a particular request URI.DefaultHttpRequestParser
DefaultHttpRequestParser
SessionOutputBuffer
.DefaultHttpRequestWriter
HttpResponse
objects.DefaultHttpResponseParser
DefaultHttpResponseParser
SessionOutputBuffer
.DefaultHttpResponseWriter
HttpService.HttpService(HttpProcessor,
ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpParams)
SessionInputBuffer
or
SessionOutputBuffer
.HttpTransportMetrics
.HttpProcessor
.beginIndex
and finishing at endIndex
.
0
and finishing
at ByteArrayBuffer.length()
.
beginIndex
and finishing at endIndex
.
0
and finishing
at CharArrayBuffer.length()
.
SessionInputBuffer
and
SessionOutputBuffer
instances to be used for sending and
receiving data.
SessionInputBuffer
and
SessionOutputBuffer
instances to be used for sending and
receiving data.
SSLMode
.
InputStream
.IOSession
.true
if the pool entry has been invalidated.
true
if the entity has been received in its
entirety.
true
if the entity has been transferred in its
entirety.
true
if this buffer is empty, that is, its
ByteArrayBuffer.length()
is equal to 0
.
true
if this buffer is empty, that is, its
CharArrayBuffer.length()
is equal to 0
.
true
if this buffer is full, that is, its
ByteArrayBuffer.length()
is equal to its ByteArrayBuffer.capacity()
.
true
if this buffer is full, that is, its
CharArrayBuffer.length()
is equal to its CharArrayBuffer.capacity()
.
true
is the session has been fully initialized,
false
otherwise.
SelectionKey
immediately.
false
.
true
.
true
if an HTTP request has been submitted to the
target server.
true
if an HTTP response has been submitted to the
client.
separator
.
SocketOptions.SO_KEEPALIVE
parameter
for newly created sockets.
SocketOptions.SO_REUSEADDR
parameter
for newly created sockets.
CoreConnectionPNames.STALE_CONNECTION_CHECK
parameter.
SocketOptions.TCP_NODELAY
parameter
for newly created sockets.
unsafe
.
equals
and hashCode
methods.HttpHost.equals(java.lang.Object)
and HttpHost.hashCode()
.
Thread
s.
ListenerEndpoint
.Closeable
objects (such as HttpConnection
}).
Closeable
objects (such as HttpConnection
}).
Closeable
objects (such as HttpConnection
).
File
with the given content type.
File
with the given content type.
NFileEntity.NFileEntity(File, ContentType, boolean)
NFileEntity.NFileEntity(File, ContentType)
NHttpClientEventHandler
NHttpConnection
implementations
and implements functionality common to both client and server
HTTP connections.NHttpConnection
instances.EntityAsyncContentProducer
HttpAsyncRequestExecutor
and HttpAsyncRequester
HttpAsyncRequestHandler
HttpAsyncRequestHandlerRegistry
HttpAsyncRequestHandlerResolver
HttpAsyncExchange
NHttpServerEventHandler
IOReactorConfig
IOReactorConfig
IOReactorConfig
String
object.ContentDecoder
.
ContentDecoder
.
org.apache.http
.org.apache.http.entity
and provides utility
classes for serialization and deserialization of HTTP content entities.org.apache.http.io
.org.apache.http.nio
.org.apache.http.nio.codecs
.org.apache.http.nio.pool
.org.apache.http.nio
including default
I/O reactor implementations and support for SSL/TLS transport security.org.apache.http.pool
.byte
and
char
arrays
and various utility classes with static helper methods.Server
header.
Content-Type
value.
HttpMessage
from the underlying data
source.
ParseException
without details.
ParseException
with a detail message.
HttpMessage
based on the initial input from the session buffer.
ContentDecoder
implementation based on the
properties of the given HttpMessage
and generates an instance of
HttpEntity
matching the properties of the content decoder.
ContentEncoder
implementation based on the
properties of the given HttpMessage
.
Socket
by resetting some of its properties.
Selector
.
ContentEncoder
.
ContentEncoder
.
ContentEncoder
.
ContentEncoder
.
BasicAsyncRequestProducer
or BasicAsyncResponseProducer
ProtocolVersion
used per default.
InputStream.read(byte[], int, int)
behavior, but
also notifies the watcher when the contents have been consumed.
len
bytes of data from the session buffer into
an array of bytes.
b
.
len
bytes of data from this buffer into
an array of bytes.
SelectionKey.OP_READ
readiness.
SelectionKey.OP_READ
event on the given selection key.
NHttpRequestHandler
as a handler for URIs
matching the given pattern.
NHttpRequestHandler
as a handler for URIs
matching the given pattern.
HttpRequestHandler
as a handler for URIs
matching the given pattern.
Selector
.
AbstractAsyncRequestConsumer.buildResult(HttpContext)
instead.
Connection
header
to the outgoing requests, which is essential for managing persistence of
HTTP/1.0
connections.Date
header
to the outgoing requests This interceptor is optional for client side
protocol processors.Expect
header.AbstractAsyncRequestConsumer.onRequestReceived(HttpRequest)
instead.
Host
header.User-Agent
header.AbstractAsyncResponseConsumer.buildResult(HttpContext)
instead.
Connection
header
to the outgoing responses, which is essential for managing persistence of
HTTP/1.0
connections.Date header to the
outgoing responses.- ResponseDate() -
Constructor for class org.apache.http.protocol.ResponseDate
-
- responseEntity(HttpResponse, HttpContext) -
Method in interface org.apache.http.nio.protocol.NHttpRequestExecutionHandler
- Deprecated. Triggered when a response is received with an entity.
- responseFactory -
Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
- Deprecated.
- responseFactory -
Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
- Deprecated.
- responseInterceptors -
Variable in class org.apache.http.protocol.BasicHttpProcessor
-
- responseParser -
Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnection
-
- responseReady(NHttpServerConnection) -
Method in interface org.apache.http.nio.NHttpServerEventHandler
- Triggered when the connection is ready to accept a new HTTP response.
- responseReady(NHttpServerConnection) -
Method in interface org.apache.http.nio.NHttpServiceHandler
- Deprecated. Triggered when the connection is ready to accept a new HTTP response.
- responseReady(NHttpServerConnection) -
Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
- Deprecated.
- responseReady(NHttpServerConnection) -
Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
- Deprecated.
- responseReady(NHttpServerConnection) -
Method in class org.apache.http.nio.protocol.HttpAsyncService
-
- responseReady(NHttpServerConnection) -
Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
- Deprecated.
- responseReceived(NHttpClientConnection) -
Method in interface org.apache.http.nio.NHttpClientEventHandler
- Triggered when an HTTP response is received.
- responseReceived(NHttpClientConnection) -
Method in interface org.apache.http.nio.NHttpClientHandler
- Deprecated. Triggered when an HTTP response is received.
- responseReceived(HttpResponse) -
Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- Use
AbstractAsyncResponseConsumer.onResponseReceived(HttpResponse)
instead.
- responseReceived(NHttpClientConnection) -
Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
- Deprecated.
- responseReceived(HttpResponse) -
Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
- responseReceived(NHttpClientConnection) -
Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
- Deprecated.
- responseReceived(NHttpClientConnection) -
Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
-
- responseReceived(HttpResponse) -
Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
- Invoked when a HTTP response message is received.
- responseReceived(NHttpClientConnection) -
Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
- Deprecated.
- ResponseServer - Class in org.apache.http.protocol
- ResponseServer is responsible for adding
Server
header. - ResponseServer() -
Constructor for class org.apache.http.protocol.ResponseServer
-
- responseWriter -
Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnection
-
- ResultProcessor - Class in org.apache.http.benchmark
-
- ResultProcessor() -
Constructor for class org.apache.http.benchmark.ResultProcessor
-
- resume() -
Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
-
- resume() -
Method in interface org.apache.http.nio.reactor.ListeningIOReactor
- Resumes the I/O reactor restoring its ability to accept incoming
connections on all active endpoints.
- RETRY_AFTER -
Static variable in class org.apache.http.HttpHeaders
- RFC 2616 (HTTP/1.1) Section 14.37
BasicTokenIterator.currentToken
in BasicTokenIterator.currentHeader
.
Serializable
.IOSessionImpl
SessionInputBuffer
based on
the ExpandableBuffer
class.SessionOutputBuffer
based on
the ExpandableBuffer
class.SessionRequest
along with the time the request
was made.SessionRequest
.Boolean
to the parameter with the given name
Cancellable
callback to be invoked in case the underlying
connection times out or gets terminated prematurely by the client.
CoreConnectionPNames.CONNECTION_TIMEOUT
parameter.
ConnectionReuseStrategy
using constructor
NIOReactorPNames.CONTENT_BUFFER_SIZE
parameter.
CoreProtocolPNames.HTTP_CONTENT_CHARSET
parameter.
Double
to the parameter with the given name
HttpExpectationVerifier
using constructor
NIOReactorPNames.GRACE_PERIOD
parameter.
HttpRequestHandlerResolver
using constructor
UriPatternMatcher.setObjects(Map)
CoreProtocolPNames.HTTP_ELEMENT_CHARSET
parameter.
HttpProcessor
using constructor
SelectionKey
immediately.
NIOReactorPNames.INTEREST_OPS_QUEUEING
parameter.
Integer
to the parameter with the given name
CoreConnectionPNames.SO_LINGER
parameter.
Long
to the parameter with the given name
CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION
parameter.
HttpResponseFactory
using constructor
SocketOptions.SO_RCVBUF
parameter
for newly created sockets.
HttpResponseFactory
using constructor
NIOReactorPNames.SELECT_INTERVAL
parameter.
SocketOptions.SO_SNDBUF
parameter
for newly created sockets.
CoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter.
SocketOptions.SO_KEEPALIVE
parameter
for newly created sockets.
CoreConnectionPNames.SO_KEEPALIVE
parameter.
SocketOptions.SO_LINGER
parameter
for newly created sockets.
CoreConnectionPNames.SO_REUSEADDR
parameter.
SocketOptions.SO_REUSEADDR
parameter
for newly created sockets.
CoreConnectionPNames.SO_TIMEOUT
parameter.
CoreConnectionPNames.STALE_CONNECTION_CHECK
parameter.
SocketOptions.TCP_NODELAY
parameter
for newly created sockets.
CoreConnectionPNames.TCP_NODELAY
parameter.
CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION
parameter.
CoreProtocolPNames.USE_EXPECT_CONTINUE
parameter.
CoreProtocolPNames.USER_AGENT
parameter.
CoreProtocolPNames.PROTOCOL_VERSION
parameter.
ContentInputBuffer
interface that can be
shared by multiple threads, usually the I/O dispatch of an I/O reactor and
a worker thread.ContentOutputBuffer
interface that can be
shared by multiple threads, usually the I/O dispatch of an I/O reactor and
a worker thread.ContentInputBuffer
interface.BasicAsyncRequestHandler
ContentOutputBuffer
interface.SO_TIMEOUT
) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets).
Socket
for receiving data from and transmitting data to
a remote server.SessionInputBuffer
implementation bound to a Socket
.SessionOutputBuffer
implementation bound to a Socket
.DefaultHttpClientIODispatch
SSLContext
.
SSLContext
.
SSLClientIOEventDispatch
SSLContext
.
SSLContext
.
SSLIOSession
IOSession
with transport layer security capabilities based on
the SSL/TLS protocol.SSLSetupHandler
NHttpClientConnection
s.NHttpServerConnection
s.DefaultHttpServerIODispatch
SSLContext
.
SSLContext
.
SSLServerIOEventDispatch
SSLContext
.
SSLContext
.
SSLSetupHandler
HttpBenchmark
.Transfer-Encoding
header should be rejected.
String
.StringEntity.StringEntity(String, ContentType)
HttpRequest
to be sent to the target server.
HttpAsyncResponseProducer
.
BasicHttpParams
.HttpAsyncRequestExecutor
and HttpAsyncRequester
HttpAsyncService
SessionRequest
times out.
String
tokens.CoreProtocolPNames.USE_EXPECT_CONTINUE
parameter.
User-Agent
header.
AbstractIOReactor.timeoutCheck(SelectionKey, long)
method.
SelectionKey.OP_WRITE
readiness.
SelectionKey.OP_WRITE
event on the given selection key.
HttpMessage
to the underlying data
sink.
len
bytes from the specified byte array
starting at offset off
to this session buffer.
b.length
bytes from the specified byte array
to this session buffer.
len
bytes from the specified byte array
starting at offset off
to this buffer.
HttpMessage
passed as a parameter.
HttpMessage
.
UnsupportedOperationException
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |