Package | Description |
---|---|
org.apache.commons.latka.http |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsImpl
Concrete Implementation of
Credentials |
Modifier and Type | Field and Description |
---|---|
protected Credentials |
RequestImpl._credentials
credentials for the request
|
Modifier and Type | Method and Description |
---|---|
Credentials |
Request.getCredentials()
Return the credentials for this request
|
Credentials |
RequestImpl.getCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setCredentials(Credentials credentials)
Sets the basic authentication credentials for this request,
if any.
|
void |
RequestImpl.setCredentials(Credentials credentials)
Defined in the implemented interface
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.