接口 HttpClientRequest
- 所有超级接口:
AutoCloseable,Closeable
Represents a client-side HTTP request. Created via an implementation execute.
- 作者:
- mai.jh
-
方法概要
修饰符和类型方法说明execute(URI uri, String httpMethod, RequestHttpEntity requestHttpEntity)execute http request.
-
方法详细资料
-
execute
HttpClientResponse execute(URI uri, String httpMethod, RequestHttpEntity requestHttpEntity) throws Exceptionexecute http request.- 参数:
uri- http urlhttpMethod- http request methodrequestHttpEntity- http request entity- 返回:
- HttpClientResponse
- 抛出:
Exception- ex
-