Package | Description |
---|---|
ucar.httpservices |
Miscellaneous network utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected HTTPSession |
HTTPMethod.session |
Modifier and Type | Method and Description |
---|---|
HTTPSession |
HTTPMethod.getSession() |
static HTTPSession |
HTTPFactory.newSession() |
static HTTPSession |
HTTPFactory.newSession(String legalurl) |
Modifier and Type | Method and Description |
---|---|
static HTTPMethod |
HTTPFactory.Get(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Get(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Head(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Head(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Options(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Options(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Post(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Post(HTTPSession session,
String legalurl) |
static HTTPMethod |
HTTPFactory.Put(HTTPSession session) |
static HTTPMethod |
HTTPFactory.Put(HTTPSession session,
String legalurl) |
protected static void |
HTTPSession.track(HTTPSession session) |
Constructor and Description |
---|
HTTPMethod(ucar.httpservices.HTTPSession.Methods m,
HTTPSession session,
String url) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.