Class H2ResponseContent

java.lang.Object
org.apache.hc.core5.http.protocol.ResponseContent
org.apache.hc.core5.http2.protocol.H2ResponseContent
All Implemented Interfaces:
HttpResponseInterceptor

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

    • INSTANCE

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

    • H2ResponseContent

      public H2ResponseContent()
    • H2ResponseContent

      public H2ResponseContent(boolean overwrite)
  • Method Details