Package | Description |
---|---|
ucar.httpservices |
Miscellaneous network utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected HTTPAuthStore |
HTTPSession.authlocal |
protected static HTTPAuthStore |
HTTPAuthStore.DEFAULT |
protected HTTPAuthStore |
HTTPCachingProvider.store |
Modifier and Type | Method and Description |
---|---|
HTTPAuthStore |
HTTPSession.getAuthStore() |
static HTTPAuthStore |
HTTPAuthStore.getDefault() |
static HTTPAuthStore |
HTTPAuthStore.getDeserializedStore(ObjectInputStream ois) |
Modifier and Type | Method and Description |
---|---|
protected static void |
HTTPSession.defineCredentialsProvider(String principal,
org.apache.http.auth.AuthScope scope,
org.apache.http.client.CredentialsProvider provider,
HTTPAuthStore store) |
void |
HTTPSession.setAuthStore(HTTPAuthStore store) |
Constructor and Description |
---|
HTTPCachingProvider(HTTPAuthStore store,
org.apache.http.auth.AuthScope authscope,
String principal) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.