Package | Description |
---|---|
org.apache.http.impl.nio.bootstrap |
Embedded non-blocking server and server bootstrap.
|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setExpectationVerifier(HttpAsyncExpectationVerifier expectationVerifier)
Assigns
HttpAsyncExpectationVerifier instance. |
Modifier and Type | Method and Description |
---|---|
HttpAsyncExpectationVerifier |
HttpAsyncService.getExpectationVerifier()
Gets the HttpAsyncExpectationVerifier for this service.
|
Constructor and Description |
---|
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerMapper handlerMapper,
HttpAsyncExpectationVerifier expectationVerifier)
Creates new instance of
HttpAsyncServerProtocolHandler . |
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerMapper handlerMapper,
HttpAsyncExpectationVerifier expectationVerifier,
ExceptionLogger exceptionLogger)
Creates new instance of
HttpAsyncServerProtocolHandler . |
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerResolver handlerResolver,
HttpAsyncExpectationVerifier expectationVerifier,
HttpParams params)
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.