|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XHTTPStatus | |
|---|---|
| waggle.core.http | The HTTP request manager. |
| Uses of XHTTPStatus in waggle.core.http |
|---|
| Methods in waggle.core.http that return XHTTPStatus | |
|---|---|
XHTTPStatus |
XHTTPMethod.get(String queryString)Get with the specified query string. |
XHTTPStatus |
XHTTPMethod.get(String queryString, List<XHTTPHeader> headers)Get with the specified query string. |
XHTTPStatus |
XHTTPMethod.post(List<XHTTPHeader> headers, InputStream inputStream, String mimeType, String queryString)Post an InputStream. |
XHTTPStatus |
XHTTPMethod.post(List<XHTTPHeader> headers, List<XHTTPPart> partValues)Post some parts. |
XHTTPStatus |
XHTTPMethod.post(List<XHTTPHeader> headers, String content, String mimeType)Post a String. |
static XHTTPStatus |
XHTTPStatus.valueOf(int status)Convert integer status codes to enum values. |
static XHTTPStatus |
XHTTPStatus.valueOf(String name)Returns the enum constant of this type with the specified name. |
static XHTTPStatus[] |
XHTTPStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. |
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||