public final class WWW$minusAuthenticate extends WWWAuthenticate implements ResponseHeader, scala.Product, java.io.Serializable
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description | 
|---|
| WWW$minusAuthenticate(scala.collection.immutable.Seq<HttpChallenge> challenges) | 
| Modifier and Type | Method and Description | 
|---|---|
| static WWW$minusAuthenticate | apply(HttpChallenge first,
     scala.collection.immutable.Seq<HttpChallenge> more) | 
| scala.collection.immutable.Seq<HttpChallenge> | challenges() | 
| static Renderer<scala.collection.immutable.Iterable<HttpChallenge>> | challengesRenderer() | 
| protected WWW$minusAuthenticate$ | companion() | 
| java.lang.Iterable<HttpChallenge> | getChallenges()Java API | 
| static java.lang.String | lowercaseName() | 
| static java.lang.String | name() | 
| static scala.util.Either<scala.collection.immutable.List<ErrorInfo>,T> | parseFromValueString(java.lang.String value) | 
| static <R extends Rendering> | render(R r) | 
| <R extends Rendering> | renderValue(R r) | 
createfastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, valueparse, renderInRequests, renderInResponsesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderInResponseslowercaseName, name, render, renderInRequests, value$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefixtoStringrenderpublic WWW$minusAuthenticate(scala.collection.immutable.Seq<HttpChallenge> challenges)
public static WWW$minusAuthenticate apply(HttpChallenge first, scala.collection.immutable.Seq<HttpChallenge> more)
public static Renderer<scala.collection.immutable.Iterable<HttpChallenge>> challengesRenderer()
public static java.lang.String name()
public static java.lang.String lowercaseName()
public static scala.util.Either<scala.collection.immutable.List<ErrorInfo>,T> parseFromValueString(java.lang.String value)
public scala.collection.immutable.Seq<HttpChallenge> challenges()
public <R extends Rendering> Rendering renderValue(R r)
renderValue in interface ModeledHeaderprotected WWW$minusAuthenticate$ companion()
companion in interface ModeledHeaderpublic java.lang.Iterable<HttpChallenge> getChallenges()
getChallenges in class WWWAuthenticate