MCPcopy 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

runValveMethod · 0.95
getAttributeNamesMethod · 0.95
changeSessionIdMethod · 0.95
doGetSessionMethod · 0.95

Calls

no outgoing calls

Tested by 1

runValveMethod · 0.76