MCPcopy Create free account
hub / github.com/apache/tomcat / isSuspended

Method isSuspended

java/org/apache/tomcat/websocket/WsFrameBase.java:945–947  ·  view source on GitHub ↗

Returns whether this frame is currently suspended. @return true if suspended

()

Source from the content-addressed store, hash-verified

943 * @return {@code true} if suspended
944 */
945 protected boolean isSuspended() {
946 return readState.isSuspended();
947 }
948
949 /**
950 * Returns the current read state.

Callers 4

processInputBufferMethod · 0.95
processSocketReadMethod · 0.45
onDataAvailableMethod · 0.45
getThreadDumpHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected