| 程序包 | 说明 |
|---|---|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.params |
HttpClient preferences framework.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static HttpVersion |
HttpVersion.HTTP_0_9
HTTP protocol version 0.9
|
static HttpVersion |
HttpVersion.HTTP_1_0
HTTP protocol version 1.0
|
static HttpVersion |
HttpVersion.HTTP_1_1
HTTP protocol version 1.1
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpVersion |
HttpMethodBase.getEffectiveVersion()
Returns the HTTP version used with this method (may be null
if undefined, that is, the method has not been executed)
|
static HttpVersion |
HttpVersion.parse(String s)
Parses the textual representation of the given HTTP protocol version.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
HttpVersion.compareTo(HttpVersion anotherVer)
Compares this HTTP protocol version with another one.
|
boolean |
HttpVersion.equals(HttpVersion version)
Test if the HTTP protocol version is equal to the given number.
|
boolean |
HttpVersion.greaterEquals(HttpVersion version)
Test if the HTTP protocol version is greater or equal to the given number.
|
boolean |
HttpVersion.lessEquals(HttpVersion version)
Test if the HTTP protocol version is less or equal to the given number.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpVersion |
HttpMethodParams.getVersion()
Returns
HTTP protocol version to be used by the
HTTP methods that
this collection of parameters applies to. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpMethodParams.setVersion(HttpVersion version)
Assigns the
HTTP protocol version to be used by the
HTTP methods that
this collection of parameters applies to. |
Copyright © 2017. All rights reserved.