Package org.apache.coyote
Interface AsyncContextCallback
-
- All Known Implementing Classes:
AsyncContextImpl
public interface AsyncContextCallbackProvides a mechanism for the Coyote connectors to communicate with theAsyncContext. It is implemented in this manner so that the org.apache.coyote package does not have a dependency on the org.apache.catalina package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireOnComplete()booleanisAvailable()Reports if the web application associated with this async request is available.
-