Class AsyncServerPipeline.ExceptionStage<I,O>
java.lang.Object
org.apache.hc.core5.http.nio.support.AsyncServerPipeline.ExceptionStage<I,O>
- Enclosing class:
- AsyncServerPipeline
Exception handling stage.
-
Method Summary
Modifier and TypeMethodDescriptionhandle(ExchangeHandler<I, O> exchangeHandler) Configures the pipeline to handle the message exchange by generating a response object based on the properties of the request object.
-
Method Details
-
handle
Configures the pipeline to handle the message exchange by generating a response object based on the properties of the request object.
-