public class HTTPFactory extends Object
| Constructor and Description |
|---|
HTTPFactory() |
| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
Get() |
static HTTPMethod |
Get(HTTPSession session) |
static HTTPMethod |
Get(HTTPSession session,
String legalurl) |
static HTTPMethod |
Get(String legalurl) |
static HTTPMethod |
Head() |
static HTTPMethod |
Head(HTTPSession session) |
static HTTPMethod |
Head(HTTPSession session,
String legalurl) |
static HTTPMethod |
Head(String legalurl) |
static HTTPSession |
newSession() |
static HTTPSession |
newSession(String legalurl) |
static HTTPMethod |
Options() |
static HTTPMethod |
Options(HTTPSession session) |
static HTTPMethod |
Options(HTTPSession session,
String legalurl) |
static HTTPMethod |
Options(String legalurl) |
static HTTPMethod |
Post() |
static HTTPMethod |
Post(HTTPSession session) |
static HTTPMethod |
Post(HTTPSession session,
String legalurl) |
static HTTPMethod |
Post(String legalurl) |
static HTTPMethod |
Put() |
static HTTPMethod |
Put(HTTPSession session) |
static HTTPMethod |
Put(HTTPSession session,
String legalurl) |
static HTTPMethod |
Put(String legalurl) |
public static HTTPSession newSession() throws HTTPException
HTTPExceptionpublic static HTTPSession newSession(String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Get(HTTPSession session) throws HTTPException
HTTPExceptionpublic static HTTPMethod Head(HTTPSession session) throws HTTPException
HTTPExceptionpublic static HTTPMethod Put(HTTPSession session) throws HTTPException
HTTPExceptionpublic static HTTPMethod Post(HTTPSession session) throws HTTPException
HTTPExceptionpublic static HTTPMethod Options(HTTPSession session) throws HTTPException
HTTPExceptionpublic static HTTPMethod Get(HTTPSession session, String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Head(HTTPSession session, String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Put(HTTPSession session, String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Post(HTTPSession session, String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Options(HTTPSession session, String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Get(String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Head(String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Put(String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Post(String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Options(String legalurl) throws HTTPException
HTTPExceptionpublic static HTTPMethod Get() throws HTTPException
HTTPExceptionpublic static HTTPMethod Head() throws HTTPException
HTTPExceptionpublic static HTTPMethod Put() throws HTTPException
HTTPExceptionpublic static HTTPMethod Post() throws HTTPException
HTTPExceptionpublic static HTTPMethod Options() throws HTTPException
HTTPExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.