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

Method protocol

java/org/apache/coyote/Request.java:455–457  ·  view source on GitHub ↗

Return the protocol. @return the protocol

()

Source from the content-addressed store, hash-verified

453 * @return the protocol
454 */
455 public MessageBytes protocol() {
456 return protoMB;
457 }
458
459 /**
460 * Get the "virtual host", derived from the Host: header associated with this request.

Callers 11

getProtocolMethod · 0.80
parseRequestLineMethod · 0.80
fillMethod · 0.80
StreamMethod · 0.80
prepareRequestMethod · 0.80
restoreRequestMethod · 0.80
getProtocolMethod · 0.80
doParseParametersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected