| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.nio | Default implementation of HTTP/1.1 transport based on
 the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.http2.impl.nio | Default implementation of HTTP/2 transport based on
 the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.reactor | Event driven network communication APIs and components loosely based on
 Doug Lea's
 reactor pattern. | 
| org.apache.hc.core5.testing.nio | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientHttp1StreamDuplexer | ClientHttp1StreamDuplexerFactory. create(ProtocolIOSession ioSession) | 
| ServerHttp1StreamDuplexer | ServerHttp1StreamDuplexerFactory. create(String scheme,
      ProtocolIOSession ioSession) | 
| IOEventHandler | ClientHttp1IOEventHandlerFactory. createHandler(ProtocolIOSession ioSession,
             Object attachment) | 
| IOEventHandler | ServerHttp1IOEventHandlerFactory. createHandler(ProtocolIOSession ioSession,
             Object attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientH2StreamMultiplexer | ClientH2StreamMultiplexerFactory. create(ProtocolIOSession ioSession) | 
| ServerH2StreamMultiplexer | ServerH2StreamMultiplexerFactory. create(ProtocolIOSession ioSession) | 
| HttpConnectionEventHandler | ServerHttpProtocolNegotiationStarter. createHandler(ProtocolIOSession ioSession,
             Object attachment) | 
| HttpConnectionEventHandler | ClientHttpProtocolNegotiationStarter. createHandler(ProtocolIOSession ioSession,
             Object attachment) | 
| ClientHttpProtocolNegotiator | ClientHttpProtocolNegotiatorFactory. createHandler(ProtocolIOSession ioSession,
             Object attachment)Deprecated.  | 
| ServerHttpProtocolNegotiator | ServerHttpProtocolNegotiatorFactory. createHandler(ProtocolIOSession ioSession,
             Object attachment)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| IOEventHandler | IOEventHandlerFactory. createHandler(ProtocolIOSession ioSession,
             Object attachment) | 
| IOEventHandler | SocksProxyProtocolHandlerFactory. createHandler(ProtocolIOSession ioSession,
             Object attachment) | 
| Constructor and Description | 
|---|
| LoggingIOSession(ProtocolIOSession session,
                org.slf4j.Logger log) | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.