File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
httpcore5-h2/src/main/java/org/apache/hc/core5/http2 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2828
2929import java .util .Locale ;
3030
31+ import org .apache .hc .core5 .annotation .Internal ;
3132import org .apache .hc .core5 .http .Header ;
3233import org .apache .hc .core5 .http .message .MessageSupport ;
3334import org .apache .hc .core5 .http .message .ParserCursor ;
3435import org .apache .hc .core5 .util .Tokenizer ;
3536
37+ @ Internal
3638public final class PriorityParser {
3739
3840 private static final Tokenizer TK = Tokenizer .INSTANCE ;
Original file line number Diff line number Diff line change 2929import java .io .IOException ;
3030
3131import org .apache .hc .core5 .annotation .Contract ;
32+ import org .apache .hc .core5 .annotation .Experimental ;
3233import org .apache .hc .core5 .annotation .ThreadingBehavior ;
3334import org .apache .hc .core5 .http .EntityDetails ;
3435import org .apache .hc .core5 .http .Header ;
5657 *
5758 * @since 5.4
5859 */
60+ @ Experimental
5961@ Contract (threading = ThreadingBehavior .IMMUTABLE )
6062public final class H2RequestPriority implements HttpRequestInterceptor {
6163
You can’t perform that action at this time.
0 commit comments