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