public abstract class InternalCustomHeader extends CustomHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description | 
|---|
| InternalCustomHeader(java.lang.String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | name()Returns the name of the header. | 
| 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. | 
| java.lang.String | value()Returns the String representation of the value of the header. | 
lowercaseName, renderfastFind, is, isNot, parse, unapply, unsafeToStringparseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic java.lang.String name()
HttpHeadername in class CustomHeaderpublic final boolean renderInRequests()
HttpHeaderrenderInRequests in class HttpHeaderpublic final boolean renderInResponses()
HttpHeaderrenderInResponses in class HttpHeaderpublic java.lang.String value()
HttpHeadervalue in class CustomHeader