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

Method resume

java/org/apache/tomcat/websocket/WsSession.java:1121–1123  ·  view source on GitHub ↗

Resumes the reading of the incoming messages.

()

Source from the content-addressed store, hash-verified

1119 * Resumes the reading of the incoming messages.
1120 */
1121 public void resume() {
1122 wsFrame.resume();
1123 }
1124}

Callers

nothing calls this directly

Calls 1

resumeMethod · 0.65

Tested by

no test coverage detected