Package | Description |
---|---|
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncNHttpClientHandler
Fully asynchronous HTTP client side protocol handler that implements the
essential requirements of the HTTP protocol for the server side message
processing as described by RFC 2616.
|
class |
AsyncNHttpServiceHandler
Fully asynchronous HTTP server side protocol handler implementation that
implements the essential requirements of the HTTP protocol for the server
side message processing as described by RFC 2616.
|
class |
NHttpClientHandlerBase
Deprecated.
No longer used.
|
class |
NHttpServiceHandlerBase
Deprecated.
No longer used.
|
class |
ThrottlingHttpClientHandler
Client protocol handler implementation that provide compatibility with
the blocking I/O by utilizing shared content buffers and a fairly small pool
of worker threads.
|
class |
ThrottlingHttpServiceHandler
Service protocol handler implementation that provide compatibility with
the blocking I/O by utilizing shared content buffers and a fairly small pool
of worker threads.
|
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.