Package akka.http.scaladsl.model.headers
Class Proxy$minusAuthenticate$
java.lang.Object
akka.http.scaladsl.model.headers.ModeledCompanion<Proxy$minusAuthenticate>
akka.http.scaladsl.model.headers.Proxy$minusAuthenticate$
- All Implemented Interfaces:
Renderable
,Serializable
public class Proxy$minusAuthenticate$
extends ModeledCompanion<Proxy$minusAuthenticate>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Proxy$minusAuthenticate$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(HttpChallenge first, scala.collection.immutable.Seq<HttpChallenge> more) Renderer<scala.collection.immutable.Iterable<HttpChallenge>>
Methods inherited from class akka.http.scaladsl.model.headers.ModeledCompanion
lowercaseName, name, nameFromClass, parseFromValueString, render
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Proxy$minusAuthenticate$
public Proxy$minusAuthenticate$()
-
-
Method Details
-
apply
public Proxy$minusAuthenticate apply(HttpChallenge first, scala.collection.immutable.Seq<HttpChallenge> more) -
challengesRenderer
-