public class APIJeepayRequest extends Object
| 构造器和说明 |
|---|
APIJeepayRequest(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
RequestOptions options)
实例化Jeepay请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static String |
buildJeepaySignature(Map<String,Object> params,
RequestOptions options) |
protected static String |
currentTimeString() |
HttpContent |
getContent() |
HttpHeaders |
getHeaders() |
APIResource.RequestMethod |
getMethod() |
RequestOptions |
getOptions() |
Map<String,Object> |
getParams() |
URL |
getUrl() |
protected static String |
urlEncode(String str) |
public APIJeepayRequest(APIResource.RequestMethod method, String url, Map<String,Object> params, RequestOptions options) throws JeepayException
method - url - params - options - JeepayExceptionprotected static String urlEncode(String str)
str - the string to encodeprotected static String buildJeepaySignature(Map<String,Object> params, RequestOptions options) throws IOException
IOExceptionprotected static String currentTimeString()
public APIResource.RequestMethod getMethod()
public URL getUrl()
public HttpContent getContent()
public HttpHeaders getHeaders()
public RequestOptions getOptions()
Copyright © 2022. All rights reserved.