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

Method pause

java/org/apache/coyote/Processor.java:113–113  ·  view source on GitHub ↗

Informs the processor that the underlying I/O layer has stopped accepting new connections. This is primarily intended to enable processors that use multiplexed connections to prevent further 'streams' being added to an existing multiplexed connection.

()

Source from the content-addressed store, hash-verified

111 * existing multiplexed connection.
112 */
113 void pause();
114
115 /**
116 * Check to see if the async generation (each cycle of async increments the generation of the AsyncStateMachine) is

Callers 6

pauseMethod · 0.95
pauseMethod · 0.65
stopInternalMethod · 0.65
pauseMethod · 0.65

Implementers 1

AbstractProcessorLightjava/org/apache/coyote/AbstractProcess

Calls

no outgoing calls