public abstract class Connection extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
Constructor and Description |
---|
Connection() |
Modifier and Type | Method and Description |
---|---|
static Connection |
create(java.lang.String... directives) |
abstract java.lang.Iterable<java.lang.String> |
getTokens() |
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, value
parse, renderInRequests, renderInResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
render
public abstract java.lang.Iterable<java.lang.String> getTokens()
public static Connection create(java.lang.String... directives)