Returns whether connection-level I/O operations are still allowed in this error state. @return true if connection I/O is allowed
()
| 99 | * @return {@code true} if connection I/O is allowed |
| 100 | */ |
| 101 | public boolean isConnectionIoAllowed() { |
| 102 | return connectionIoAllowed; |
| 103 | } |
| 104 | } |