Uses of Class
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
-
Packages that use AbstractServerExchangeHandler Package Description org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model. -
-
Uses of AbstractServerExchangeHandler in org.apache.hc.core5.http.nio.support
Subclasses of AbstractServerExchangeHandler in org.apache.hc.core5.http.nio.support Modifier and Type Class Description class
BasicServerExchangeHandler<T>
BasicAbstractServerExchangeHandler
implementation that delegates request processing and response generation to aAsyncServerRequestHandler
.
-