Class HttpChallenge$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<java.lang.String,​java.lang.String,​scala.collection.immutable.Map<java.lang.String,​java.lang.String>,​HttpChallenge>

    public class HttpChallenge$
    extends scala.runtime.AbstractFunction3<java.lang.String,​java.lang.String,​scala.collection.immutable.Map<java.lang.String,​java.lang.String>,​HttpChallenge>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static HttpChallenge$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpChallenge$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpChallenge apply​(java.lang.String scheme, scala.Option<java.lang.String> realm)  
      HttpChallenge apply​(java.lang.String scheme, scala.Option<java.lang.String> realm, scala.collection.immutable.Map<java.lang.String,​java.lang.String> params)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, toString, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

        public static final HttpChallenge$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • HttpChallenge$

        public HttpChallenge$()
    • Method Detail

      • apply

        public HttpChallenge apply​(java.lang.String scheme,
                                   scala.Option<java.lang.String> realm)
      • apply

        public HttpChallenge apply​(java.lang.String scheme,
                                   scala.Option<java.lang.String> realm,
                                   scala.collection.immutable.Map<java.lang.String,​java.lang.String> params)