Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ isSecure
Method
isSecure
java/org/apache/catalina/connector/Request.java:1391–1394 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1389
1390
1391
@Override
1392
public
boolean isSecure() {
1393
return
secure;
1394
}
1395
1396
1397
@Override
Callers
4
runValve
Method · 0.95
getAttributeNames
Method · 0.95
changeSessionId
Method · 0.95
doGetSession
Method · 0.95
Calls
no outgoing calls
Tested by
1
runValve
Method · 0.76