| 程序包 | 说明 |
|---|---|
| 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.util |
Provides some utility classes for use by HttpClient.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpsURL
The HTTPS URL.
|
class |
HttpURL
The HTTP URL.
|
| 限定符和类型 | 方法和说明 |
|---|---|
URI |
HttpMethodBase.getURI()
Returns the URI of the HTTP method
|
URI |
HttpMethod.getURI()
Returns the URI for this method.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HostConfiguration.setHost(URI uri)
Sets the protocol, host and port from the given URI.
|
void |
HttpMethodBase.setURI(URI uri)
Sets the URI for this method.
|
void |
HttpMethod.setURI(URI uri)
Sets the URI for this method.
|
| 构造器和说明 |
|---|
HttpHost(URI uri)
URI constructor for HttpHost.
|
URI(URI base,
String relative)
已过时。
Use #URI(URI, String, boolean)
|
URI(URI base,
String relative,
boolean escaped)
Construct a general URI with the given relative URI string.
|
URI(URI base,
URI relative)
Construct a general URI with the given relative URI.
|
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
URIUtil.Coder
已过时。
use org.apache.commons.codec.net.URLCodec
|
Copyright © 2017. All rights reserved.