Class H2RequestContent

java.lang.Object
org.apache.hc.core5.http.protocol.RequestContent
org.apache.hc.core5.http2.protocol.H2RequestContent
All Implemented Interfaces:
HttpRequestInterceptor

@Contract(threading=IMMUTABLE) public class H2RequestContent extends RequestContent
HTTP/2 compatible extension of RequestContent.
Since:
5.0
  • Field Details

    • INSTANCE

      public static final H2RequestContent INSTANCE
      Singleton instance.
      Since:
      5.2
  • Constructor Details

    • H2RequestContent

      public H2RequestContent()
    • H2RequestContent

      public H2RequestContent(boolean overwrite)
  • Method Details