Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ isControl
Method
isControl
java/org/apache/tomcat/websocket/Util.java:72–74 ·
view source on GitHub ↗
(byte opCode)
Source
from the content-addressed store, hash-verified
70
71
72
static
boolean isControl(byte opCode) {
73
return
(opCode & 0x08) != 0;
74
}
75
76
77
static
boolean isText(byte opCode) {
Callers
8
writeMessagePart
Method · 0.95
processInitialHeader
Method · 0.95
processRemainingHeader
Method · 0.95
processData
Method · 0.95
usePartial
Method · 0.95
getMoreData
Method · 0.95
validateRsv
Method · 0.95
sendMessagePart
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected