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

Method setScheme

java/org/apache/catalina/connector/Connector.java:889–891  ·  view source on GitHub ↗

Set the scheme that will be assigned to requests received through this connector. @param scheme The new scheme

(String scheme)

Source from the content-addressed store, hash-verified

887 * @param scheme The new scheme
888 */
889 public void setScheme(String scheme) {
890 this.scheme = scheme;
891 }
892
893
894 /**

Callers 3

setUpMethod · 0.95
createConnectorMethod · 0.95
addConnectorMethod · 0.95

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.76