Interface Http2StreamConfig


public interface Http2StreamConfig
Configuration for an HTTP2 stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Stream priority.
    boolean
    Prior knowledge setting.
    Read timeout for this stream.
  • Method Details

    • priorKnowledge

      boolean priorKnowledge()
      Prior knowledge setting.
      Returns:
      prior knowledge setting
    • priority

      int priority()
      Stream priority.
      Returns:
      the stream priority
    • readTimeout

      Duration readTimeout()
      Read timeout for this stream.
      Returns:
      the timeout