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

Method addConnector

java/org/apache/catalina/Service.java:102–102  ·  view source on GitHub ↗

Add a new Connector to the set of defined Connectors, and associate it with this Service's Container. @param connector The Connector to be added

(Connector connector)

Source from the content-addressed store, hash-verified

100 * @param connector The Connector to be added
101 */
102 void addConnector(Connector connector);
103
104 /**
105 * Find and return the set of Connectors associated with this Service.

Callers 8

getConnectorMethod · 0.95
setConnectorMethod · 0.95
createConnectorMethod · 0.95
addConnectorMethod · 0.95
startMethod · 0.65
setUpMethod · 0.65
testPortMethod · 0.65

Implementers 1

StandardServicejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 4

startMethod · 0.52
setUpMethod · 0.52
testPortMethod · 0.52