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

Method newMessage

java/org/apache/tomcat/websocket/WsFrameBase.java:619–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

617
618
619 private void newMessage() {
620 messageBufferBinary.clear();
621 messageBufferText.clear();
622 utf8DecoderMessage.reset();
623 continuationExpected = false;
624 newFrame();
625 }
626
627
628 private void newFrame() {

Callers 3

processDataTextMethod · 0.95
processDataBinaryMethod · 0.95
swallowInputMethod · 0.95

Calls 3

newFrameMethod · 0.95
clearMethod · 0.65
resetMethod · 0.65

Tested by

no test coverage detected