public abstract class WWWAuthenticate extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description | 
|---|
| WWWAuthenticate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static WWWAuthenticate | create(HttpChallenge... challenges) | 
| abstract java.lang.Iterable<HttpChallenge> | getChallenges() | 
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<HttpChallenge> getChallenges()
public static WWWAuthenticate create(HttpChallenge... challenges)