()
| 1661 | } |
| 1662 | |
| 1663 | @Override |
| 1664 | public boolean isAsyncSupported() { |
| 1665 | if (this.asyncSupported == null) { |
| 1666 | return true; |
| 1667 | } |
| 1668 | |
| 1669 | return asyncSupported.booleanValue(); |
| 1670 | } |
| 1671 | |
| 1672 | @Override |
| 1673 | public AsyncContext getAsyncContext() { |
no test coverage detected