Class BasicHttpCredentials
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpCredentials
org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
org.apache.pekko.http.javadsl.model.headers.BasicHttpCredentials
org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- ValueRenderable,- scala.Equals,- scala.Product
public final class BasicHttpCredentials
extends BasicHttpCredentials
implements scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
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- 
BasicHttpCredentials
 
- 
- 
Method Details- 
apply
- 
username- Specified by:
- usernamein class- BasicHttpCredentials
 
- 
password- Specified by:
- passwordin class- BasicHttpCredentials
 
- 
cookiepublic char[] cookie()
- 
render- Specified by:
- renderin interface- Renderable
 
- 
scheme- Specified by:
- schemein class- HttpCredentials
 
- 
token- Specified by:
- tokenin class- HttpCredentials
 
- 
params- Specified by:
- paramsin class- HttpCredentials
 
 
-