Class NewConnectionPoolSpec.ConnNrHeader

All Implemented Interfaces:
Serializable, Renderable, ToStringRenderable, scala.Equals, scala.Product
Enclosing class:
NewConnectionPoolSpec

public class NewConnectionPoolSpec.ConnNrHeader extends CustomHeader implements scala.Product, Serializable
See Also:
  • Constructor Details

    • ConnNrHeader

      public ConnNrHeader(int nr)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • nr

      public int nr()
    • renderInRequests

      public boolean renderInRequests()
      Description copied from class: HttpHeader
      Returns true if and only if the header is to be rendered in requests.
      Specified by:
      renderInRequests in class HttpHeader
    • renderInResponses

      public boolean renderInResponses()
      Description copied from class: HttpHeader
      Returns true if and only if the header is to be rendered in responses.
      Specified by:
      renderInResponses in class HttpHeader
    • name

      public String name()
      Description copied from class: HttpHeader
      Returns the name of the header.
      Specified by:
      name in class CustomHeader
    • value

      public String value()
      Description copied from class: HttpHeader
      Returns the String representation of the value of the header.
      Specified by:
      value in class CustomHeader