| 限定符和类型 | 字段和说明 |
|---|---|
static HttpResponse |
HttpResponse.EMPTY |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpResponse |
HttpResponse.create(int statusCode,
String reasonPhrase,
String entity) |
HttpResponse |
HttpClientImpl.delete(String url) |
HttpResponse |
HttpClient.delete(String url)
Http 'DELETE' request.
|
HttpResponse |
HttpClientImpl.delete(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.delete(String url,
Map<String,String> params)
Http 'DELETE' request.
|
HttpResponse |
HttpClientImpl.delete(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.delete(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'DELETE' request.
|
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url) |
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url,
Map<String,String> params) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url,
Map<String,String> params) |
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url,
Map<String,String> headers,
String json) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url,
Map<String,String> headers,
String json) |
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url,
String json) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url,
String json) |
HttpResponse |
HttpClientImpl.execute(RequestMethod requestMethod,
String url,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.execute(RequestMethod requestMethod,
String url,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClientImpl.get(String url) |
HttpResponse |
HttpClient.get(String url)
Http 'GET' request.
|
HttpResponse |
HttpClientImpl.get(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.get(String url,
Map<String,String> params)
Http 'GET' request.
|
HttpResponse |
HttpClientImpl.get(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.get(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'GET' request.
|
HttpResponse |
HttpClientImpl.head(String url) |
HttpResponse |
HttpClient.head(String url)
Http 'HEAD' request.
|
HttpResponse |
HttpClientImpl.head(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.head(String url,
Map<String,String> params)
Http 'HEAD' request.
|
HttpResponse |
HttpClientImpl.head(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.head(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'HEAD' request.
|
HttpResponse |
HttpClientImpl.options(String url) |
HttpResponse |
HttpClient.options(String url)
Http 'OPTIONS' request.
|
HttpResponse |
HttpClientImpl.options(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.options(String url,
Map<String,String> params)
Http 'OPTIONS' request.
|
HttpResponse |
HttpClientImpl.options(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.options(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'OPTIONS' request.
|
HttpResponse |
HttpClientImpl.patch(String url) |
HttpResponse |
HttpClient.patch(String url)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.patch(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.patch(String url,
Map<String,String> params)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.patch(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.patch(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.patch(String url,
Map<String,String> headers,
String json) |
HttpResponse |
HttpClient.patch(String url,
Map<String,String> headers,
String json)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.patch(String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.patch(String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.patch(String url,
String json) |
HttpResponse |
HttpClient.patch(String url,
String json)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.patch(String url,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.patch(String url,
String stream,
org.apache.http.entity.ContentType contentType)
Http 'PATCH' request.
|
HttpResponse |
HttpClientImpl.post(String url) |
HttpResponse |
HttpClient.post(String url)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.post(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.post(String url,
Map<String,String> params)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.post(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.post(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.post(String url,
Map<String,String> headers,
String json) |
HttpResponse |
HttpClient.post(String url,
Map<String,String> headers,
String json)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.post(String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.post(String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.post(String url,
String json) |
HttpResponse |
HttpClient.post(String url,
String json)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.post(String url,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.post(String url,
String stream,
org.apache.http.entity.ContentType contentType)
Http 'POST' request.
|
HttpResponse |
HttpClientImpl.put(String url) |
HttpResponse |
HttpClient.put(String url)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.put(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.put(String url,
Map<String,String> params)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.put(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.put(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.put(String url,
Map<String,String> headers,
String json) |
HttpResponse |
HttpClient.put(String url,
Map<String,String> headers,
String json)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.put(String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.put(String url,
Map<String,String> headers,
String stream,
org.apache.http.entity.ContentType contentType)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.put(String url,
String json) |
HttpResponse |
HttpClient.put(String url,
String json)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.put(String url,
String stream,
org.apache.http.entity.ContentType contentType) |
HttpResponse |
HttpClient.put(String url,
String stream,
org.apache.http.entity.ContentType contentType)
Http 'PUT' request.
|
HttpResponse |
HttpClientImpl.trace(String url) |
HttpResponse |
HttpClient.trace(String url)
Http 'TRACE' request.
|
HttpResponse |
HttpClientImpl.trace(String url,
Map<String,String> params) |
HttpResponse |
HttpClient.trace(String url,
Map<String,String> params)
Http 'TRACE' request.
|
HttpResponse |
HttpClientImpl.trace(String url,
Map<String,String> headers,
Map<String,String> params) |
HttpResponse |
HttpClient.trace(String url,
Map<String,String> headers,
Map<String,String> params)
Http 'TRACE' request.
|
Copyright © 2015–2016. All rights reserved.