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

Method setDiscard

java/org/apache/catalina/tribes/io/XByteBuffer.java:765–767  ·  view source on GitHub ↗

Sets the discard flag for invalid packages. @param discard the new discard flag value

(boolean discard)

Source from the content-addressed store, hash-verified

763 * @param discard the new discard flag value
764 */
765 public void setDiscard(boolean discard) {
766 this.discard = discard;
767 }
768
769 /**
770 * Returns the discard flag for invalid packages.

Callers 1

getBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected