public interface HttpClient
| 限定符和类型 | 字段和说明 |
|---|---|
static com.squareup.okhttp.RequestBody |
emptyRequestBody |
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Response |
delete(String url) |
com.squareup.okhttp.Response |
delete(String url,
HttpHeaders headers) |
com.squareup.okhttp.Response |
get(String url) |
com.squareup.okhttp.Response |
get(String url,
HttpHeaders headers) |
com.squareup.okhttp.Response |
post(String url,
byte[] body,
HttpHeaders headers) |
com.squareup.okhttp.Response |
post(String url,
byte[] body,
HttpHeaders headers,
String contentType) |
com.squareup.okhttp.Response |
post(String url,
byte[] body,
int offset,
int size,
HttpHeaders headers,
String contentType) |
com.squareup.okhttp.Response |
post(String url,
HttpFormEncoding params,
HttpHeaders headers) |
com.squareup.okhttp.Response |
post(String url,
InputStream inputStream,
Long contentLength,
HttpHeaders headers) |
com.squareup.okhttp.Response |
post(String url,
String body,
HttpHeaders headers) |
com.squareup.okhttp.Response |
put(String url,
HttpHeaders headers) |
com.squareup.okhttp.Response |
put(String url,
InputStream inputStream,
Long contentLength,
HttpHeaders headers) |
com.squareup.okhttp.Response |
put(String url,
Object body,
HttpHeaders headers) |
com.squareup.okhttp.Response |
put(String url,
String body,
HttpHeaders headers) |
com.squareup.okhttp.Response get(String url) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response get(String url, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response post(String url, byte[] body, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response post(String url, String body, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response post(String url, HttpFormEncoding params, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response post(String url, byte[] body, HttpHeaders headers, String contentType) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response post(String url, byte[] body, int offset, int size, HttpHeaders headers, String contentType) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response post(String url, InputStream inputStream, Long contentLength, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response put(String url, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response put(String url, String body, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response put(String url, Object body, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response put(String url, InputStream inputStream, Long contentLength, HttpHeaders headers) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response delete(String url) throws BimfaceException
BimfaceExceptioncom.squareup.okhttp.Response delete(String url, HttpHeaders headers) throws BimfaceException
BimfaceExceptionCopyright © 2016. All rights reserved.