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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
getParamsMethods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
create, create, createBasicHttpCredentials, createOAuth2BearerTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable
toStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderable
value
-
Constructor Details
-
BasicHttpCredentials
-
-
Method Details
-
apply
-
username
- Specified by:
usernamein classBasicHttpCredentials
-
password
- Specified by:
passwordin classBasicHttpCredentials
-
cookie
public char[] cookie() -
render
- Specified by:
renderin interfaceRenderable
-
scheme
- Specified by:
schemein classHttpCredentials
-
token
- Specified by:
tokenin classHttpCredentials
-
params
- Specified by:
paramsin classHttpCredentials
-