|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| com.foxinmy.weixin4j.http | |
| Uses of HttpMethod in com.foxinmy.weixin4j.http |
|---|
| Methods in com.foxinmy.weixin4j.http that return HttpMethod | |
|---|---|
HttpMethod |
HttpHeaders.getAccessControlRequestMethod()
Returns the value of the Access-Control-Request-Method request
header. |
HttpMethod |
HttpRequest.getMethod()
|
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. |
| Methods in com.foxinmy.weixin4j.http that return types with arguments of type HttpMethod | |
|---|---|
List<HttpMethod> |
HttpHeaders.getAccessControlAllowMethods()
Returns the value of the Access-Control-Allow-Methods response
header. |
Set<HttpMethod> |
HttpHeaders.getAllow()
Return the set of allowed HTTP methods, as specified
by the Allow header. |
Set<HttpMethod> |
HttpClient.options(String url)
|
Set<HttpMethod> |
AbstractHttpClient.options(String url)
|
Set<HttpMethod> |
HttpClient.options(String url,
URLParameter... parameters)
|
Set<HttpMethod> |
AbstractHttpClient.options(String url,
URLParameter... parameters)
|
| Methods in com.foxinmy.weixin4j.http with parameters of type HttpMethod | |
|---|---|
void |
HttpHeaders.setAccessControlRequestMethod(HttpMethod requestedMethod)
Set the (new) value of the Access-Control-Request-Method request
header. |
| Method parameters in com.foxinmy.weixin4j.http with type arguments of type HttpMethod | |
|---|---|
void |
HttpHeaders.setAccessControlAllowMethods(List<HttpMethod> allowedMethods)
Set the (new) value of the Access-Control-Allow-Methods response
header. |
void |
HttpHeaders.setAllow(Set<HttpMethod> allowedMethods)
Set the set of allowed HTTP methods, as specified by
the Allow header. |
| Constructors in com.foxinmy.weixin4j.http with parameters of type HttpMethod | |
|---|---|
HttpRequest(HttpMethod method,
String url)
|
|
HttpRequest(HttpMethod method,
URI uri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||