Class PriorityFormatter
java.lang.Object
org.apache.hc.core5.http2.priority.PriorityFormatter
Formats PriorityValue as RFC 9218 Structured Fields Dictionary.
Only emits non-defaults: u when != 3, i when true.
Returns null when both are defaults (callers should omit the header then).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringformat(PriorityValue value) static voidformat(CharArrayBuffer dst, PriorityValue value) static HeaderformatHeader(PriorityValue value)
-
Constructor Details
-
PriorityFormatter
private PriorityFormatter()
-
-
Method Details
-
format
-
format
-
formatHeader
-