MCPcopy Create free account
hub / github.com/apache/tomcat / getConnector

Method getConnector

java/org/apache/catalina/connector/Request.java:600–602  ·  view source on GitHub ↗

Return the connector through which this request was received. @return the connector

()

Source from the content-addressed store, hash-verified

598 * @return the connector
599 */
600 public Connector getConnector() {
601 return this.connector;
602 }
603
604
605 /**

Callers 6

startAsyncMethod · 0.95
parsePartsMethod · 0.95
doParseParametersMethod · 0.95
getMethod · 0.45
getWriterMethod · 0.45
getAllowTraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected