public interface AsyncContextCallback
AsyncContext
. It is implemented in this manner so that
the org.apache.coyote package does not have a dependency on the
org.apache.catalina package.Modifier and Type | Method and Description |
---|---|
void |
decrementInProgressAsyncCount()
Used to notify the Context that async processing has ended.
|
void |
fireOnComplete() |
void |
incrementInProgressAsyncCount()
Used to notify the Context that async processing has started.
|
boolean |
isAvailable()
Reports if the web application associated with this async request is
available.
|
void fireOnComplete()
boolean isAvailable()
true
if the associated web application is available,
otherwise false
void incrementInProgressAsyncCount()
AsyncStateMachine
transitions from DISPATCHED to any other state.void decrementInProgressAsyncCount()
AsyncStateMachine
transitions to DISPATCHED from any other state.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.