Class BasicServerExchangeHandler<T>

java.lang.Object
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler<T>
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler<T>
All Implemented Interfaces:
AsyncDataConsumer, AsyncDataExchangeHandler, AsyncDataProducer, AsyncServerExchangeHandler, ResourceHolder

public class BasicServerExchangeHandler<T> extends AbstractServerExchangeHandler<T>
Basic AbstractServerExchangeHandler implementation that delegates request processing and response generation to a AsyncServerRequestHandler.
Since:
5.0