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

Method updateStats

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

Hook for updating server side statistics. Called on every frame received. @param payloadLength Size of message payload

(long payloadLength)

Source from the content-addressed store, hash-verified

333 * @param payloadLength Size of message payload
334 */
335 protected void updateStats(long payloadLength) {
336 // NO-OP by default
337 }
338
339
340 private boolean processDataControl() throws IOException {

Callers 1

processDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected