Class HttpCredentials
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpCredentials
org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
- All Implemented Interfaces:
- Renderable,- ToStringRenderable,- ValueRenderable
- Direct Known Subclasses:
- BasicHttpCredentials,- GenericHttpCredentials,- OAuth2BearerToken
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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 org.apache.pekko.http.impl.util.RenderablerenderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Constructor Details- 
HttpCredentialspublic HttpCredentials()
 
- 
- 
Method Details- 
getParamsJava API- Specified by:
- getParamsin class- HttpCredentials
 
- 
params
- 
scheme- Specified by:
- schemein class- HttpCredentials
 
- 
token- Specified by:
- tokenin class- HttpCredentials
 
 
-