类 ServletHttpHandlerAdapter.HttpHandlerAsyncListener

java.lang.Object
cn.taketoday.http.server.reactive.ServletHttpHandlerAdapter.HttpHandlerAsyncListener
所有已实现的接口:
AsyncListener, EventListener
封闭类:
ServletHttpHandlerAdapter

private static class ServletHttpHandlerAdapter.HttpHandlerAsyncListener extends Object implements AsyncListener
AsyncListener to complete the AsyncContext in case of error or timeout notifications from the container

Additional AsyncListeners are registered in ServletServerHttpRequest to signal onError/onComplete to the request body Subscriber, and in ServletServerHttpResponse to cancel the write Publisher and signal onError/onComplete downstream to the writing result Subscriber.