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

Method getProtocol

java/org/apache/catalina/connector/Request.java:1185–1188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1183
1184
1185 @Override
1186 public String getProtocol() {
1187 return coyoteRequest.protocol().toStringType();
1188 }
1189
1190
1191 @Override

Callers

nothing calls this directly

Calls 2

toStringTypeMethod · 0.80
protocolMethod · 0.80

Tested by

no test coverage detected