Package io.undertow.server
Interface ExchangeCompletionListener.NextListener
- Enclosing interface:
- ExchangeCompletionListener
public static interface ExchangeCompletionListener.NextListener
-
Method Summary
-
Method Details
-
proceed
void proceed()Invokes the nextlistener
. This must be executed by everyExchangeCompletionListener
implementation, and may be invoked from a different thread as a callback. Failure to proceed will cause resource leaks, and potentially cause requests to hang.
-