Package | Description |
---|---|
thredds.tdm | |
ucar.httpservices |
Miscellaneous network utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Tdm.setServerNames(String[] serverNames) |
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPMethod.configure(org.apache.http.client.methods.HttpRequestBase request) |
protected org.apache.http.client.methods.HttpRequestBase |
HTTPMethod.createRequest() |
void |
HTTPAuthStore.deserialize(InputStream istream,
String password) |
int |
HTTPMethod.execute() |
static HTTPMethod |
HTTPFactory.Get(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Get(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Get(String legalurl) |
protected static List<HTTPAuthStore.Entry> |
HTTPAuthStore.getDeserializedEntries(ObjectInputStream ois) |
static HTTPAuthStore |
HTTPAuthStore.getDeserializedStore(ObjectInputStream ois) |
static String |
HTTPSession.getUrlAsString(String url) |
static HTTPMethod |
HTTPFactory.Head(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Head(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Head(String legalurl) |
org.apache.http.client.CredentialsProvider |
HTTPAuthStore.insert(HTTPAuthStore.Entry entry) |
org.apache.http.client.CredentialsProvider |
HTTPAuthStore.insert(String principal,
org.apache.http.auth.AuthScope scope,
org.apache.http.client.CredentialsProvider provider) |
static HTTPSession |
HTTPFactory.newSession() |
static HTTPSession |
HTTPFactory.newSession(String legalurl) |
static ObjectInputStream |
HTTPAuthStore.openobjectstream(InputStream istream,
String password) |
static HTTPMethod |
HTTPFactory.Options(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Options(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Options(String legalurl) |
static HTTPMethod |
HTTPFactory.Post(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Post(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Post(String legalurl) |
static HTTPMethod |
HTTPFactory.Put(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Put(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Put(String legalurl) |
static int |
HTTPSession.putUrlAsString(String content,
String url) |
HTTPAuthStore.Entry |
HTTPAuthStore.remove(HTTPAuthStore.Entry entry) |
void |
HTTPAuthStore.serialize(OutputStream ostream,
String password) |
protected org.apache.http.auth.AuthScope |
HTTPMethod.setAuthentication()
Handle authentication.
|
void |
HTTPSession.setCredentialsProvider(String surl) |
void |
HTTPMethod.setMethodHeaders(List<org.apache.http.Header> headers) |
void |
HTTPMethod.setRequestHeader(org.apache.http.Header h) |
void |
HTTPMethod.setRequestHeader(String name,
String value) |
static org.apache.http.auth.AuthScope |
HTTPAuthScope.urlToScope(String authscheme,
String surl,
String[] principalp)
Create an AuthScope from a URL; pull out any principal
|
Constructor and Description |
---|
HTTPMethod(ucar.httpservices.HTTPSession.Methods m) |
HTTPMethod(ucar.httpservices.HTTPSession.Methods m,
HTTPSession session,
String url) |
HTTPMethod(ucar.httpservices.HTTPSession.Methods m,
String url) |
HTTPSession() |
HTTPSession(String url) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.