public interface HttpClient
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResponse |
delete(String url) |
HttpResponse |
delete(String url,
HttpParameter[] params) |
HttpResponse |
get(String url) |
HttpResponse |
get(String url,
HttpParameter[] params) |
HttpResponse |
post(String url) |
HttpResponse |
post(String url,
HttpParameter[] params) |
HttpResponse |
put(String url) |
HttpResponse |
put(String url,
HttpParameter[] params) |
HttpResponse get(String url) throws IOException
HttpResponse get(String url, HttpParameter[] params) throws IOException
HttpResponse post(String url) throws IOException
HttpResponse post(String url, HttpParameter[] params) throws IOException
HttpResponse delete(String url) throws IOException
HttpResponse delete(String url, HttpParameter[] params) throws IOException
HttpResponse put(String url) throws IOException
HttpResponse put(String url, HttpParameter[] params) throws IOException
Copyright © 2015. All rights reserved.