public class NewConnectionPoolSpec.ConnNrHeader extends CustomHeader implements scala.Product, java.io.Serializable
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
Constructor and Description |
---|
ConnNrHeader(int nr) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1) |
java.lang.String |
name()
Returns the name of the header.
|
int |
nr() |
boolean |
renderInRequests()
Returns true if and only if the header is to be rendered in requests.
|
boolean |
renderInResponses()
Returns true if and only if the header is to be rendered in responses.
|
static java.lang.String |
toString() |
java.lang.String |
value()
Returns the String representation of the value of the header.
|
lowercaseName, render
fastFind, is, isNot, parse, unapply, unsafeToString
parse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
toString
public abstract static R apply(T1 v1)
public static java.lang.String toString()
public int nr()
public boolean renderInRequests()
HttpHeader
renderInRequests
in class HttpHeader
public boolean renderInResponses()
HttpHeader
renderInResponses
in class HttpHeader
public java.lang.String name()
HttpHeader
name
in class CustomHeader
public java.lang.String value()
HttpHeader
value
in class CustomHeader