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

Method accept

java/org/apache/coyote/UpgradeProtocol.java:96–96  ·  view source on GitHub ↗

Allows the implementation to examine the request and accept or reject it based on what it finds. @param request The request that included an upgrade header for this protocol @return true if the request is accepted, otherwise false

(Request request)

Source from the content-addressed store, hash-verified

94 * @return <code>true</code> if the request is accepted, otherwise <code>false</code>
95 */
96 boolean accept(Request request);
97
98
99 /**

Callers 1

serviceMethod · 0.95

Implementers 1

Http2Protocoljava/org/apache/coyote/http2/Http2Prot

Calls

no outgoing calls

Tested by

no test coverage detected