Class ClassicToAsyncServerExchangeHandler

java.lang.Object
org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncServerExchangeHandler
All Implemented Interfaces:
AsyncDataConsumer, AsyncDataExchangeHandler, AsyncDataProducer, AsyncServerExchangeHandler, ResourceHolder

@Experimental public class ClassicToAsyncServerExchangeHandler extends Object implements AsyncServerExchangeHandler
AsyncServerExchangeHandler implementation that acts as a compatibility layer for classic InputStream / OutputStream based interfaces. Blocking input / output processing is executed through an Executor.
Since:
5.4