public abstract class Allow extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description | 
|---|
| Allow() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Allow | create(HttpMethod... methods) | 
| abstract java.lang.Iterable<HttpMethod> | getMethods() | 
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, valueparse, renderInRequests, renderInResponsesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringrenderpublic abstract java.lang.Iterable<HttpMethod> getMethods()
public static Allow create(HttpMethod... methods)