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

Method isIoAllowed

java/org/apache/coyote/ErrorState.java:92–94  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 9

setErrorStateMethod · 0.80
actionMethod · 0.80
asyncPostProcessMethod · 0.80
serviceMethod · 0.80
prepareRequestMethod · 0.80
endRequestMethod · 0.80
processMethod · 0.80
serviceMethod · 0.80
prepareRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected