Class HttpField.IntValueHttpField

java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http.HttpField.IntValueHttpField
Enclosing class:
HttpField

@Deprecated(since="2021-05-27") public static class HttpField.IntValueHttpField extends HttpField
Deprecated.
  • Constructor Details

    • IntValueHttpField

      public IntValueHttpField(HttpHeader header, String name, String value, int intValue)
      Deprecated.
    • IntValueHttpField

      public IntValueHttpField(HttpHeader header, String name, String value)
      Deprecated.
    • IntValueHttpField

      public IntValueHttpField(HttpHeader header, String name, int intValue)
      Deprecated.
    • IntValueHttpField

      public IntValueHttpField(HttpHeader header, int value)
      Deprecated.
  • Method Details