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

Method findConnectors

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

Find and return the set of Connectors associated with this Service. @return the array of associated Connectors

()

Source from the content-addressed store, hash-verified

107 * @return the array of associated Connectors
108 */
109 Connector[] findConnectors();
110
111 /**
112 * Remove the specified Connector from the set associated from this Service. The removed Connector will also be

Callers 12

testStandaloneMethod · 0.95
getConnectorMethod · 0.95
setConnectorMethod · 0.95
stopIdleThreadsMethod · 0.95
removeConnectorMethod · 0.95
findConnectorsMethod · 0.95
getConnectorsMethod · 0.95
testListenerMethod · 0.65
startInternalMethod · 0.65
storeChildrenMethod · 0.65

Implementers 1

StandardServicejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

testStandaloneMethod · 0.76
testListenerMethod · 0.52