MCPcopy Index your code
hub / github.com/apache/tomcat / getId

Method getId

java/org/apache/coyote/ProtocolHandler.java:217–217  ·  view source on GitHub ↗

The default behavior is to identify connectors uniquely with address and port. However, certain connectors are not using that and need some other identifier, which then can be used as a replacement. @return the id

()

Source from the content-addressed store, hash-verified

215 * @return the id
216 */
217 default String getId() {
218 return null;
219 }
220

Callers 7

setRequestThreadMethod · 0.65
isRequestThreadMethod · 0.65
getIdMethod · 0.65
readDataFrameMethod · 0.65
readHeadersFrameMethod · 0.65
readPriorityFrameMethod · 0.65

Implementers 1

AbstractProtocoljava/org/apache/coyote/AbstractProtoco

Calls

no outgoing calls

Tested by

no test coverage detected