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

Method getProtocol

java/org/apache/coyote/RequestInfo.java:115–117  ·  view source on GitHub ↗

Return the protocol. @return the protocol

()

Source from the content-addressed store, hash-verified

113 * @return the protocol
114 */
115 public String getProtocol() {
116 return req.protocol().toString();
117 }
118
119 /**
120 * Return the virtual host.

Callers

nothing calls this directly

Calls 2

protocolMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected