| 程序包 | 说明 |
|---|---|
| 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.methods |
Classes implementing
com.ptteng.mall.order.util.apacheCommonUtil.httpclient.HttpMethod for the base HTTP methods. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConnectMethod
Establishes a tunneled HTTP connection via the CONNECT method.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DeleteMethod
Implements the HTTP DELETE method.
|
class |
EntityEnclosingMethod
This abstract class serves as a foundation for all HTTP methods
that can enclose an entity within requests
|
class |
ExpectContinueMethod
This abstract class serves as a foundation for all HTTP methods
that support 'Expect: 100-continue' handshake.
|
class |
GetMethod
Implements the HTTP GET method.
|
class |
HeadMethod
Implements the HTTP HEAD method.
|
class |
MultipartPostMethod
已过时。
Use
MultipartRequestEntity
in conjunction with PostMethod instead. |
class |
OptionsMethod
Implements the HTTP OPTIONS method.
|
class |
PostMethod
Implements the HTTP POST method.
|
class |
PutMethod
Implements the HTTP PUT method.
|
class |
TraceMethod
Implements the HTTP TRACE method.
|
Copyright © 2017. All rights reserved.