Uses of Class
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
Packages that use AbstractServerExchangeHandler
Package
Description
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.supportModifier and TypeClassDescriptionclass
BasicAbstractServerExchangeHandler
implementation that delegates request processing and response generation to aAsyncServerRequestHandler
.