public static interface Registration.Dynamic extends Registration
Registration.Dynamic
Modifier and Type | Method and Description |
---|---|
void |
setAsyncSupported(boolean isAsyncSupported)
Mark this Servlet/Filter as supported asynchronous processing.
|
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParameters
void setAsyncSupported(boolean isAsyncSupported)
isAsyncSupported
- Should this Servlet/Filter support
asynchronous processingjava.lang.IllegalStateException
- if the ServletContext associated with
this registration has already been initialisedCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.