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

Method push

java/jakarta/servlet/http/PushBuilder.java:134–134  ·  view source on GitHub ↗

Generates the push request and sends it to the client unless pushes are not available for some reason. After calling this method the following fields are set to null: path conditional request headers (if-none-match and if-modified-since)

()

Source from the content-addressed store, hash-verified

132 * @throws IllegalArgumentException If the request to push requires a body
133 */
134 void push();
135
136 /**
137 * Obtain the name of the HTTP method that will be used for push requests generated by future calls to

Callers 15

runMethod · 0.65
testEndObjectIsPoppedMethod · 0.65
pushMethod · 0.65
serviceMethod · 0.65
executeMethod · 0.65
parseMethod · 0.65
beginMethod · 0.65
beginMethod · 0.65
parseMethod · 0.65
beginMethod · 0.65
doCloseMethod · 0.65
doRunMethod · 0.65

Calls

no outgoing calls

Tested by 2

runMethod · 0.52
testEndObjectIsPoppedMethod · 0.52