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

Method isTrailerFieldsReady

java/org/apache/coyote/http2/Stream.java:907–910  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

905
906
907 boolean isTrailerFieldsReady() {
908 // Once EndOfStream has been received, canRead will be false
909 return !state.canRead();
910 }
911
912
913 boolean isTrailerFieldsSupported() {

Callers

nothing calls this directly

Calls 1

canReadMethod · 0.65

Tested by

no test coverage detected