| Package | Description |
|---|---|
| LinkFuture.Core.ContentManager.ContentResource | |
| LinkFuture.Core.WebClient |
| Modifier and Type | Field and Description |
|---|---|
HttpMethod |
WebContentResourceMetaInfo.Method |
| Modifier and Type | Field and Description |
|---|---|
HttpMethod |
WebRequestInfo.RequestMethod |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WebClientResultInfo |
WebClient.sendRequest(String url,
HttpMethod method,
ArrayList<NameValuePair> postData) |
static WebClientResultInfo |
WebClient.sendRequest(URL url,
HttpMethod method,
ArrayList<NameValuePair> postData) |
Copyright © 2015. All rights reserved.