MCPcopy Index your code
hub / github.com/apache/tomcat / isConnectionIoAllowed

Method isConnectionIoAllowed

java/org/apache/coyote/ErrorState.java:101–103  ·  view source on GitHub ↗

Returns whether connection-level I/O operations are still allowed in this error state. @return true if connection I/O is allowed

()

Source from the content-addressed store, hash-verified

99 * @return {@code true} if connection I/O is allowed
100 */
101 public boolean isConnectionIoAllowed() {
102 return connectionIoAllowed;
103 }
104}

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected