Returns whether I/O operations are still allowed in this error state. @return true if I/O is allowed
()
| 90 | * @return {@code true} if I/O is allowed |
| 91 | */ |
| 92 | public boolean isIoAllowed() { |
| 93 | return ioAllowed; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Returns whether connection-level I/O operations are still allowed in this error state. |
no outgoing calls
no test coverage detected