Set the async support for the associated Servlet. @param asyncSupport the new value
(boolean asyncSupport)
| 341 | * @param asyncSupport the new value |
| 342 | */ |
| 343 | void setAsyncSupported(boolean asyncSupport); |
| 344 | |
| 345 | /** |
| 346 | * Is the associated Servlet enabled? Defaults to <code>true</code>. |
no outgoing calls