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

Method getId

java/org/apache/coyote/AbstractProtocol.java:273–276  ·  view source on GitHub ↗

Gets the protocol ID. @return the protocol ID

()

Source from the content-addressed store, hash-verified

271 * @return the protocol ID
272 */
273 @Override
274 public String getId() {
275 return endpoint.getId();
276 }
277
278
279 // ---------------------- Properties that are passed through to the EndPoint

Callers 1

getNameInternalMethod · 0.95

Calls 1

getIdMethod · 0.65

Tested by

no test coverage detected