Class GenericHttpCredentials
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpCredentials
org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- ValueRenderable,- scala.Equals,- scala.Product
public final class GenericHttpCredentials
extends HttpCredentials
implements scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGenericHttpCredentials(String scheme, String token, scala.collection.immutable.Map<String, String> params) 
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.model.headers.HttpCredentialsgetParamsMethods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpCredentialscreate, create, createBasicHttpCredentials, createOAuth2BearerTokenMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Constructor Details- 
GenericHttpCredentials
 
- 
- 
Method Details- 
applypublic static GenericHttpCredentials apply(String scheme, scala.collection.immutable.Map<String, String> params) 
- 
scheme- Specified by:
- schemein class- HttpCredentials
 
- 
token- Specified by:
- tokenin class- HttpCredentials
 
- 
params- Specified by:
- paramsin class- HttpCredentials
 
- 
render- Specified by:
- renderin interface- Renderable
 
 
-