| 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.http.nio | Core HTTP transport APIs based on the asynchronous, event driven I/O model. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SessionOutputBuffer | AbstractContentEncoder. buffer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ContentEncoder | ServerHttp1StreamDuplexer. createContentEncoder(long len,
                    WritableByteChannel channel,
                    SessionOutputBuffer buffer,
                    BasicHttpTransportMetrics metrics) | 
| protected ContentEncoder | ClientHttp1StreamDuplexer. createContentEncoder(long len,
                    WritableByteChannel channel,
                    SessionOutputBuffer buffer,
                    BasicHttpTransportMetrics metrics) | 
| void | AbstractMessageWriter. write(T message,
     SessionOutputBuffer sessionBuffer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NHttpMessageWriter. write(T message,
     SessionOutputBuffer buffer)Writes out the HTTP message head. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.