Package org.apache.hc.core5.http.nio.support.classic
package org.apache.hc.core5.http.nio.support.classic
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
-
ClassDescription
AsyncEntityConsumerimplementation that acts as a compatibility layer for classicInputStreambased interfaces.AsyncEntityProducerimplementation that acts as a compatibility layer for classicOutputStreambased interfaces.AsyncServerExchangeHandlerimplementation that acts as a compatibility layer for classicInputStream/OutputStreambased interfaces.Generic content input buffer.InputStreamadaptor forContentInputBuffer.Generic content output buffer.OutputStreamadaptor forContentOutputBuffer.