Dependencies
Declarations
-
org
-
apache
-
http
-
impl
-
nio
- DefaultClientIOEventDispatch
- DefaultHttpClientIODispatch
- DefaultHttpServerIODispatch
- DefaultNHttpClientConnection
- DefaultNHttpClientConnectionFactory
- DefaultNHttpServerConnection
- DefaultNHttpServerConnectionFactory
- DefaultServerIOEventDispatch
- NHttpClientEventHandlerAdaptor
- NHttpConnectionBase
- NHttpServerEventHandlerAdaptor
- SSLClientIOEventDispatch
- SSLContextUtils
- SSLNHttpClientConnectionFactory
- SSLNHttpServerConnectionFactory
- SSLServerIOEventDispatch
- SessionHttpContext
- bootstrap
- codecs
- pool
- reactor
- ssl
-
nio
-
nio
- ContentDecoder
- ContentDecoderChannel
- ContentEncoder
- ContentEncoderChannel
- FileContentDecoder
- FileContentEncoder
- IOControl
- NHttpClientConnection
-
NHttpClientEventHandler
- connected(NHttpClientConnection, Object): void
- requestReady(NHttpClientConnection): void
- responseReceived(NHttpClientConnection): void
- inputReady(NHttpClientConnection, ContentDecoder): void
- outputReady(NHttpClientConnection, ContentEncoder): void
- endOfInput(NHttpClientConnection): void
- timeout(NHttpClientConnection): void
- closed(NHttpClientConnection): void
- exception(NHttpClientConnection, Exception): void
-
NHttpClientHandler
- connected(NHttpClientConnection, Object): void
- requestReady(NHttpClientConnection): void
- responseReceived(NHttpClientConnection): void
- inputReady(NHttpClientConnection, ContentDecoder): void
- outputReady(NHttpClientConnection, ContentEncoder): void
- exception(NHttpClientConnection, IOException): void
- exception(NHttpClientConnection, HttpException): void
- timeout(NHttpClientConnection): void
- closed(NHttpClientConnection): void
- NHttpClientIOTarget
- NHttpConnection
- NHttpConnectionFactory
- NHttpMessageParser
- NHttpMessageParserFactory
- NHttpMessageWriter
- NHttpMessageWriterFactory
- NHttpServerConnection
-
NHttpServerEventHandler
- connected(NHttpServerConnection): void
- requestReceived(NHttpServerConnection): void
- inputReady(NHttpServerConnection, ContentDecoder): void
- responseReady(NHttpServerConnection): void
- outputReady(NHttpServerConnection, ContentEncoder): void
- endOfInput(NHttpServerConnection): void
- timeout(NHttpServerConnection): void
- closed(NHttpServerConnection): void
- exception(NHttpServerConnection, Exception): void
- NHttpServerIOTarget
-
NHttpServiceHandler
- connected(NHttpServerConnection): void
- requestReceived(NHttpServerConnection): void
- inputReady(NHttpServerConnection, ContentDecoder): void
- responseReady(NHttpServerConnection): void
- outputReady(NHttpServerConnection, ContentEncoder): void
- exception(NHttpServerConnection, IOException): void
- exception(NHttpServerConnection, HttpException): void
- timeout(NHttpServerConnection): void
- closed(NHttpServerConnection): void
-
entity
- BufferingNHttpEntity
- ConsumingNHttpEntity
- ConsumingNHttpEntityTemplate
- ContentBufferEntity
- ContentInputStream
- ContentListener
- ContentOutputStream
- EntityAsyncContentProducer
- HttpAsyncContentProducer
- NByteArrayEntity
- NFileEntity
- NHttpEntityWrapper
- NStringEntity
- ProducingNHttpEntity
- SkipContentListener
- params
- pool
-
protocol
- AbstractAsyncRequestConsumer
- AbstractAsyncResponseConsumer
- AsyncNHttpClientHandler
- AsyncNHttpServiceHandler
- BasicAsyncClientExchangeHandler
- BasicAsyncRequestConsumer
- BasicAsyncRequestExecutionHandler
- BasicAsyncRequestHandler
- BasicAsyncRequestProducer
- BasicAsyncResponseConsumer
- BasicAsyncResponseProducer
- BufferingHttpClientHandler
- BufferingHttpServiceHandler
- ErrorResponseProducer
- EventListener
- HttpAsyncClientExchangeHandler
- HttpAsyncExchange
- HttpAsyncExpectationVerifier
- HttpAsyncRequestConsumer
- HttpAsyncRequestExecutionHandler
- HttpAsyncRequestExecutor
- HttpAsyncRequestHandler
- HttpAsyncRequestHandlerMapper
- HttpAsyncRequestHandlerRegistry
- HttpAsyncRequestHandlerResolver
- HttpAsyncRequestProducer
- HttpAsyncRequester
- HttpAsyncResponseConsumer
- HttpAsyncResponseProducer
- HttpAsyncService
- HttpRequestExecutionHandler
- MessageState
- NHttpHandlerBase
- NHttpRequestExecutionHandler
- NHttpRequestHandler
- NHttpRequestHandlerRegistry
- NHttpRequestHandlerResolver
- NHttpResponseTrigger
- NullNHttpEntity
- NullRequestConsumer
- NullRequestHandler
- Pipelined
- PipeliningClientExchangeHandler
- SimpleNHttpRequestHandler
- ThrottlingHttpClientHandler
- ThrottlingHttpServiceHandler
- UriHttpAsyncRequestHandlerMapper
- reactor
- util
-
impl
-
http
-
apache