索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- ACCESS_DENIED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Access Denied (401)
- ACCESS_FORBIDDEN - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Access Forbidden (403)
- addHeader(String, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- addHeader(String, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- addHeader(String, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- addRequestHandler(RequestHandler) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- addResponseHandler(ResponseHandler) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- Alipay - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.internal.model.PayType
- AliWapPay - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.internal.model.PayType
- alterStatus(TradeRequest) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.operation.TradeOperation
- alterStatus(String, String, AlterType, String) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPay
-
更新委托支付状态
- alterStatus(String, String, AlterType, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
- AlterType - com.digiwin.dap.middleware.dwpay.model中的枚举类
-
委托状态 1.修改委托状态,请全小写传入 暂停= suspend 终止= terminate 启用= restart 2.终止委托后无法再次启用 3.暂停后再次启用的委托将于最近一期开始授权 4.委托暂停后再启用总期数不变,扣款时间将向后展延至期数满期
- appSecret(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfigBuilder
- appToken(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfigBuilder
- Assert - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
Assertion utility class that assists in validating arguments.
- Assert() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.Assert
- assertListNotNullOrEmpty(List<?>, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- assertParameterInRange(long, long, long) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- assertParameterNotNull(Object, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- assertStringNotNullOrEmpty(String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- assertTrue(boolean, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- AUTHORIZATION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
B
- BUCKET_ALREADY_EXISTS - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Bucket pre-exists
- BUCKET_NOT_EMPTY - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Bucket not empty.
- BUFFER_SIZE - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
The default buffer size used when copying bytes.
- BUFFER_SIZE - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
The default buffer size used when copying bytes.
- build() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfigBuilder
- build() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- build() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- build() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeRequest
- build(DwPayConfig) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPayBuilder
-
Uses the DwPayConfig to create a new
DwPayClientinstance. - build(DwPayConfig) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClientBuilder
- build(DwPayConfig, ClientConfiguration) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPayBuilder
-
Uses the DwPayConfig to create a new
DwPayClientinstance. - build(DwPayConfig, ClientConfiguration) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClientBuilder
- build(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- build(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeRequest
- build(String, String, String) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPayBuilder
-
Uses the parameters to create a new
DwPayClientinstance. - build(String, String, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClientBuilder
C
- CACHE_CONTROL - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- CALLBACK_FAILED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Callback failed.
- check(DwPayConfig) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- checkParamRange(long, long, boolean, long, boolean) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- client - 类中的变量 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- clientConfig - 类中的变量 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- ClientConfiguration - com.digiwin.dap.middleware.dwpay中的类
-
Client configurations for accessing to DMC services.
- ClientConfiguration() - 类的构造器 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- ClientErrorCode - com.digiwin.dap.middleware.dwpay中的接口
- ClientException - com.digiwin.dap.middleware.dwpay中的异常错误类
-
This exception is the one thrown by the client side when accessing DMC.
- ClientException() - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ClientException
-
Creates a default instance.
- ClientException(String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ClientException
-
Creates an instance with error message.
- ClientException(String, String, String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ClientException
-
Creates an instance with error message, error code, request Id
- ClientException(String, String, String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ClientException
-
Creates an instance with error message, error code, request Id and an exception.
- ClientException(String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ClientException
-
Creates an instance with error message and an exception.
- ClientException(Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ClientException
-
Creates an instance with an exception
- close() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- close(TradeRequest) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.operation.TradeOperation
- close(String, String, String) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPay
-
关闭交易
- close(String, String, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
- CodingUtils - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
Utils for common coding.
- CodingUtils() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- com.digiwin.dap.middleware.dwpay - 程序包 com.digiwin.dap.middleware.dwpay
- com.digiwin.dap.middleware.dwpay.common.comm - 程序包 com.digiwin.dap.middleware.dwpay.common.comm
- com.digiwin.dap.middleware.dwpay.common.parser - 程序包 com.digiwin.dap.middleware.dwpay.common.parser
- com.digiwin.dap.middleware.dwpay.common.utils - 程序包 com.digiwin.dap.middleware.dwpay.common.utils
- com.digiwin.dap.middleware.dwpay.internal - 程序包 com.digiwin.dap.middleware.dwpay.internal
- com.digiwin.dap.middleware.dwpay.internal.model - 程序包 com.digiwin.dap.middleware.dwpay.internal.model
- com.digiwin.dap.middleware.dwpay.internal.operation - 程序包 com.digiwin.dap.middleware.dwpay.internal.operation
- com.digiwin.dap.middleware.dwpay.model - 程序包 com.digiwin.dap.middleware.dwpay.model
- config - 类中的变量 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- config - 类中的变量 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- CONNECTION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- CONNECTION_REFUSED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
Connection is refused by server side.
- CONNECTION_TIMEOUT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
connection times out.
- connectionManager - 类中的变量 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- connectionRequestTimeout - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- connectionTimeout - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- connectionTTL - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- CONTENT_DISPOSITION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- CONTENT_ENCODING - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- CONTENT_LENGTH - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- CONTENT_MD5 - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- CONTENT_TYPE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- convertHeaderCharsetFromIso88591(Map<String, String>) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
- convertHeaderCharsetToIso88591(Map<String, String>) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
- copy(byte[], File) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given byte array to the given output File.
- copy(byte[], OutputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given byte array to the given OutputStream.
- copy(byte[], OutputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy the contents of the given byte array to the given OutputStream.
- copy(File, File) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given input File to the given output File.
- copy(InputStream, OutputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given InputStream to the given OutputStream.
- copy(InputStream, OutputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy the contents of the given InputStream to the given OutputStream.
- copy(Reader, Writer) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given Reader to the given Writer.
- copy(String, Writer) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given String to the given Writer.
- copy(String, Charset, OutputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy the contents of the given String to the given OutputStream.
- copyRange(InputStream, OutputStream, long, long) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy a range of content of the given InputStream to the given OutputStream.
- copyToByteArray(File) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given input File into a new byte array.
- copyToByteArray(InputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given InputStream into a new byte array.
- copyToByteArray(InputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy the contents of the given InputStream into a new byte array.
- copyToString(ByteArrayOutputStream, Charset) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy the contents of the given
ByteArrayOutputStreaminto aString. - copyToString(InputStream, Charset) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Copy the contents of the given InputStream into a String.
- copyToString(Reader) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
-
Copy the contents of the given Reader into a String.
- create() - 接口中的静态方法 com.digiwin.dap.middleware.dwpay.DwPayBuilder
-
create a new
DwPayClientinstance. - create() - 类中的静态方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfigBuilder
- create() - 类中的静态方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- create(String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfigBuilder
- createDefaultContext() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- createDMCException(StdError) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- createDMCException(String, String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- createDMCException(String, String, String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- createInvalidResponseException(String, String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- createInvalidResponseException(String, String, Throwable) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- createNetworkException(IOException) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- createUnknownDMCException(String, int) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- CustomHttpRequestRetryHandler - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
重试策略
- CustomHttpRequestRetryHandler() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
-
Default constructor
- CustomHttpRequestRetryHandler(int, boolean) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
-
Default constructor
- CustomHttpResponseInterceptor - com.digiwin.dap.middleware.dwpay.common.comm中的类
- CustomHttpResponseInterceptor() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpResponseInterceptor
D
- DapEncrypt - com.digiwin.dap.middleware.dwpay.internal.model中的类
- DapEncrypt() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- DapEncrypt(String) - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- DATE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- DEFAULT_CONNECTION_REQUEST_TIMEOUT - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DEFAULT_CONNECTION_TIMEOUT - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DEFAULT_CONNECTION_TTL - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DEFAULT_IDLE_CONNECTION_TIME - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DEFAULT_MAX_CONNECTIONS - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DEFAULT_SOCKET_TIMEOUT - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DEFAULT_USE_REAPER - 类中的静态变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- DefaultServiceClient - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
Default implementation of
ServiceClient. - DefaultServiceClient(DwPayConfig) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- DefaultServiceClient(DwPayConfig, ClientConfiguration) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- DELETE - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
- doOperation(RequestMessage, ResponseParser<T>) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- doOperation(RequestMessage, ResponseParser<T>, boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- drain(InputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Drain the remaining content of the given InputStream.
- DW_PAY_RESOURCE_MANAGER - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.DwPayUtils
- DW_PAY_SDK - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- DwPay - com.digiwin.dap.middleware.dwpay中的接口
-
支付中心,集成各种第三代支付方式,提供统一的对外入口
- DwPayBuilder - com.digiwin.dap.middleware.dwpay中的接口
-
Fluent builder for DwPay Client.
- DwPayClient - com.digiwin.dap.middleware.dwpay中的类
-
The entry point class of DwPay that implements the DwPay interface.
- DwPayClientBuilder - com.digiwin.dap.middleware.dwpay中的类
-
Fluent builder for DwPay Client.
- DwPayClientBuilder() - 类的构造器 com.digiwin.dap.middleware.dwpay.DwPayClientBuilder
- DwPayConfig - com.digiwin.dap.middleware.dwpay.internal中的类
-
DwPay service side request paths
- DwPayConfig() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- DwPayConfigBuilder - com.digiwin.dap.middleware.dwpay.internal中的类
-
Defines a builder that adds a config to the DMCConfig entity.
- DwPayConstants - com.digiwin.dap.middleware.dwpay.internal中的类
-
Miscellaneous constants used for dmc client service.
- DwPayConstants() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- DwPayErrorCode - com.digiwin.dap.middleware.dwpay中的接口
-
DMC Server side error code.
- DwPayException - com.digiwin.dap.middleware.dwpay中的异常错误类
-
The DMCException is thrown upon error when accessing DMC.
- DwPayException() - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String, String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String, String, String, String, String, String, String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String, String, String, String, String, String, String, String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String, String, String, String, String, String, String, String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String, String, String, String, String, String, String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayException(Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.DwPayException
- DwPayOperation - com.digiwin.dap.middleware.dwpay.internal中的类
-
Abstract base class that provides some common functionalities for DMC operations (such as bucket/file/multipart operations).
- DwPayOperation(ServiceClient) - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- DwPayRequestMessageBuilder - com.digiwin.dap.middleware.dwpay.internal中的类
-
HTTP request message builder.
- DwPayRequestMessageBuilder() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- DwPayUtils - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
DwPay内部工具栏
- DwPayUtils() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.DwPayUtils
E
- emptyInput() - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Return an efficient empty
InputStream. - ENTITY_TOO_LARGE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The entity is too big.
- ENTITY_TOO_SMALL - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The entity is too small.
- errorResponseHandler - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- ErrorResponseHandler - com.digiwin.dap.middleware.dwpay.internal中的类
-
error response handler
- ErrorResponseHandler() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.ErrorResponseHandler
- ErrorResponseParser - com.digiwin.dap.middleware.dwpay.common.parser中的类
-
Used to convert an result stream to a java object.
- ErrorResponseParser() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.parser.ErrorResponseParser
- ETAG - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- ExceptionFactory - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
A simple factory used for creating instances of
ClientExceptionandDMCException. - ExceptionFactory() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.ExceptionFactory
- ExecutionContext - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
HTTP request context.
- ExecutionContext() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- EXPIRES - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
F
- FILE_ALREADY_EXISTS - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The file already exists.
- FILE_GROUP_TOO_LARGE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
File groups is too large.
- FILE_IMMUTABLE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The file is immutable.
- FILE_PART_STALE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
File part is stale.
- FileCopyUtils - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
Simple utility methods for file and stream copying.
- FileCopyUtils() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.FileCopyUtils
G
- GenericRequest - com.digiwin.dap.middleware.dwpay.internal.model中的类
-
A generic request that contains some basic request options, such as bucket name, object key, custom headers, progress listener and so on.
- GenericRequest() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- GenericResult - com.digiwin.dap.middleware.dwpay.internal.model中的类
-
A generic result that contains some basic response options, such as requestId.
- GenericResult() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.GenericResult
- GET - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
- getAlterType() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.TradePeriod
- getAppSecret() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- getAppSecret() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- getAppSecret() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getAppToken() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getByVal(Integer) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- getCharset() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- getClientConfiguration() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- getCloseUri() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getCode() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getCode() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- getConfig() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- getConfig() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- getConnectionPoolStats() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- getConnectionPoolStats() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- getConnectionPoolStats() - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPay
-
连接池统计信息
- getConnectionPoolStats() - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
- getConnectionRequestTimeout() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getConnectionTimeout() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getConnectionTTL() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getContent() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- getContentLength() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- getData() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeRequest
- getData() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- getDebugInfo() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- geteData() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- getEncryptType() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- getEndpoint() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- getEndpoint() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- getEntity() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- getEntity(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- getError() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- getErrorCode() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ClientException
-
Get error code.
- getErrorCode() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getErrorCode() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
-
Gets the error code.
- getErrorInstructors() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getErrorMessage() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ClientException
-
Get error message.
- getErrorMessage() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getErrorMessage() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
-
Gets error message.
- getErrorType() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getFormat() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- getFormattedString(String, Object...) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.utils.ResourceManager
- getHeader() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.DwPayException
- getHeaders() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- getHeaders() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- getHeaders() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- getHostId() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
-
Gets the host id.
- getHttpEntity() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- getIdleConnectionTime() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getInstance(String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ResourceManager
- getInstance(String, Locale) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.ResourceManager
- getMaxConnections() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getMessage() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ClientException
- getMessage() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.DwPayException
- getMessage() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getMessage() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- getMessage() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
- getMethod() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpDeleteWithBody
- getMethod() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- getMethod() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.DwPayException
- getMethod() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- getMpgAlterStatusUri() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getOriginalRequest() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- getOutTradeNo() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.TradeParam
- getOutTradeNo() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- getPath() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getPaymentType() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- getPayMethod() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- getPayUri() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getQueryUri() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getRawResponseError() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
-
Gets the error message in DMC response.
- getRequestHandlers() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- getRequestId() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ClientException
-
Gets request id.
- getRequestId() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- getRequestId() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericResult
- getRequestId() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
-
Gets the request id.
- getResourceType() - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.DwPayException
- getResponse() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericResult
- getResponseHandlers() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- getResponseInterceptor() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getRetryHandler() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getSocketTimeout() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- getSourceId() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getSourceId() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.TradeParam
- getSourceId() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- getStatusCode() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- getString(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.utils.ResourceManager
- getTimestamp() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- getTotalAmount() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- getTradeStatus() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- getUri() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- getUri() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- getVersion() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
H
- handle(RequestMessage) - 接口中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestHandler
- handle(ResponseMessage) - 接口中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseHandler
- handle(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.ErrorResponseHandler
- handleAsIdempotent(HttpRequest) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
-
是否幂等
- hasLength(String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.Assert
-
Assert that the given String is not empty; that is, it must not be
nulland not the empty String. - hasText(String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.Assert
-
Assert that the given String contains valid text content; that is, it must not be
nulland must contain at least one non-whitespace character. - HEAD - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
- HOST - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- HTTP - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.common.comm.Protocol
- HTTP_HEADER_APP_TOKEN_KEY - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- HTTP_HEADER_REQUEST_ID - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- HTTP_HEADER_SIGN_ARG_KEY - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- HTTP_HEADER_USER_TOKEN_KEY - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- httpClient - 类中的变量 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- HttpDeleteWithBody - com.digiwin.dap.middleware.dwpay.common.comm中的类
- HttpDeleteWithBody(String) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.HttpDeleteWithBody
- HttpDeleteWithBody(URI) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.HttpDeleteWithBody
- HttpHeaders - com.digiwin.dap.middleware.dwpay.common.utils中的接口
-
A collection of common HTTP headers.
- HttpMessage - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
Common class for both HTTP request and HTTP response.
- HttpMessage() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- HttpMethod - com.digiwin.dap.middleware.dwpay中的枚举类
-
Enumeration of HTTP request methods.
- httpRequestFactory - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- HTTPS - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.common.comm.Protocol
- HttpUtil - com.digiwin.dap.middleware.dwpay.common.utils中的类
- HttpUtil() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
I
- IdleConnectionReaper - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
A daemon thread used to periodically check connection pools for idle * connections.
- idleConnectionTime - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- ILLEGAL_LOCATION_CONSTRAINT_EXCEPTION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The specified location does not match with the request.
- initOperations() - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
- INPUTSTREAM_READING_ABORTED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
Thread interrupted while reading the input stream.
- insertRequestHandler(int, RequestHandler) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- insertResponseHandler(int, ResponseHandler) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- INSTANCE - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
- INSTANCE - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpResponseInterceptor
- INTERNAL_ERROR - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
DMC Internal error.
- INVALID_ACCESS_KEY_ID - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Non-existing Access ID
- INVALID_ARGUMENT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid argument.
- INVALID_BUCKET_NAME - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid bucket name
- INVALID_DIGEST - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid MD5 digest.
- INVALID_ENCRYPTION_ALGORITHM_ERROR - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid encryption algorithm error.
- INVALID_LOCATION_CONSTRAINT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid location.
- INVALID_OBJECT_NAME - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid object name
- INVALID_OBJECT_STATE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The archive file is not restored before usage.
- INVALID_PART - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid part
- INVALID_PART_ORDER - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid part order
- INVALID_POLICY_DOCUMENT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The policy text is illegal.
- INVALID_RANGE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid range of the character.
- INVALID_RESPONSE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid response.
- INVALID_TARGET_BUCKET_FOR_LOGGING - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The target bucket does not exist when setting logging.
- INVALID_WORM_CONFIGURATION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The worm configuration is invalid.
- isEndState(Integer) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- isForceRetry() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- isNull(Object, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.Assert
-
Assert that an object is
null. - isNullOrEmpty(String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.CodingUtils
- isNullOrEmpty(String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
- isSuccess() - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- isSuccess() - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- isSuccessful() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- isTrue(boolean, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.Assert
-
Assert a boolean expression, throwing an
IllegalArgumentExceptionif the expression evaluates tofalse. - isUseReaper() - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- isWhitelist() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
L
- LAST_MODIFIED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- LOCATION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- logger - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- logger - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
M
- MALFORMED_XML - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Malformed xml.
- matches(String) - 枚举类中的方法 com.digiwin.dap.middleware.dwpay.HttpMethod
-
Determine whether this
HttpMethodmatches the given method value. - maxConnections - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- METHOD_NAME - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.comm.HttpDeleteWithBody
- MISSING_ARGUMENT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Missing required argument.
- MISSING_CONTENT_LENGTH - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Missing content length.
- mpg(int) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- MPG - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.internal.model.PayType
- MPGPeriod - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.internal.model.PayType
N
- NO_SUCH_BUCKET - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
No bucket meets the requirement specified.
- NO_SUCH_BUCKET_POLICY - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The exsiting bucket without policy.
- NO_SUCH_CORS_CONFIGURATION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Source buckets is not configured with CORS.
- NO_SUCH_INVENTORY - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The exsiting bucket without inventory.
- NO_SUCH_KEY - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
File does not exist.
- NO_SUCH_LIFECYCLE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The source bucket is not configured with lifecycle rule.
- NO_SUCH_LIVE_CHANNEL - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The Live Channel does not exist.
- NO_SUCH_SYM_LINK_TARGET - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
symlink target file does not exist.
- NO_SUCH_UPLOAD - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The upload Id does not exist.
- NO_SUCH_VERSION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Version does not exist.
- NO_SUCH_WEBSITE_CONFIGURATION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The source bucket is not configured with static website (the index page is null).
- nonClosing(InputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Return a variant of the given
InputStreamwhere callingclose()has no effect. - nonClosing(OutputStream) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
-
Return a variant of the given
OutputStreamwhere callingclose()has no effect. - NONREPEATABLE_REQUEST - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
The input stream is not repeatable for reading.
- NOOP - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- NOT_IMPLEMENTED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Not implemented method.
- NOT_MODIFIED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
304 Not Modified。
- notNull(Object, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.Assert
-
Assert that an object is not
null.
O
- OBJECT_ALREADY_EXISTS - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The object has already exists.
- OBJECT_NOT_APPENDALBE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The specified object does not support append operation.
- OPTIONS - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
P
- paramToQueryString(Map<String, String>, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
-
Encode request parameters to URL segment.
- parse(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.parser.ErrorResponseParser
- parse(ResponseMessage) - 接口中的方法 com.digiwin.dap.middleware.dwpay.common.parser.ResponseParser
-
Converts the result from stream to a java object.
- parse(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeCloseResponseParser
- parse(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeMqgResponseParser
- parse(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradePayResponseParser
- parse(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeQueryResponseParser
- PART_NOT_SEQUENTIAL - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The part is not upload sequentially
- PATCH - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
- pay(TradeRequest) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.operation.TradeOperation
- pay(Object, String) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPay
-
获取交易地址
- pay(Object, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
- PayType - com.digiwin.dap.middleware.dwpay.internal.model中的枚举类
- POSITION_NOT_EQUAL_TO_LENGTH - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The position of append on the object is not same as the current length.
- POST - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
- PRECONDITION_FAILED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Error occurred in precondition.
- process(HttpResponse, EntityDetails, HttpContext) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpResponseInterceptor
- Protocol - com.digiwin.dap.middleware.dwpay.common.comm中的枚举类
-
Represents the communication protocol to use when sending requests to DMC, we use HTTPS by default.
- PUT - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
Q
- query(TradeRequest) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.operation.TradeOperation
- query(String, String, String) - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPay
-
查询交易
- query(String, String, String) - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
R
- RANGE - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- register(HttpClientConnectionManager) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.IdleConnectionReaper
- remove(HttpClientConnectionManager) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.IdleConnectionReaper
- removeRequestHandler(RequestHandler) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- removeResponseHandler(ResponseHandler) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ExecutionContext
- REQUEST_TIME_TOO_SKEWED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The time skew between the time in request headers and server is more than 15 min.
- REQUEST_TIMEOUT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Request times out.
- requestConfig - 类中的变量 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- RequestHandler - com.digiwin.dap.middleware.dwpay.common.comm中的接口
- RequestMessage - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
Represent HTTP requests sent to DMC.
- RequestMessage() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- RequestMessage(GenericRequest) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- resolve(String) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.HttpMethod
-
Resolve the given method value to an
HttpMethod. - RESOURCE_NAME_DWPAY - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.DwPayConstants
- ResourceManager - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
Manager class to get localized resources.
- ResponseHandler - com.digiwin.dap.middleware.dwpay.common.comm中的接口
- ResponseMessage - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
response message
- ResponseMessage() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- ResponseParseException - com.digiwin.dap.middleware.dwpay.common.parser中的异常错误类
-
The exception from parsing service response.
- ResponseParseException() - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.common.parser.ResponseParseException
- ResponseParseException(String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.common.parser.ResponseParseException
- ResponseParseException(String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.common.parser.ResponseParseException
- ResponseParseException(Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.common.parser.ResponseParseException
- ResponseParser<T> - com.digiwin.dap.middleware.dwpay.common.parser中的接口
-
Used to convert an result stream to a java object.
- ResponseParsers - com.digiwin.dap.middleware.dwpay.internal中的类
-
A collection of parsers that parse HTTP responses into corresponding human-readable results.
- ResponseParsers() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers
- ResponseParsers.TradeCloseResponseParser - com.digiwin.dap.middleware.dwpay.internal中的类
- ResponseParsers.TradeMqgResponseParser - com.digiwin.dap.middleware.dwpay.internal中的类
- ResponseParsers.TradePayResponseParser - com.digiwin.dap.middleware.dwpay.internal中的类
- ResponseParsers.TradeQueryResponseParser - com.digiwin.dap.middleware.dwpay.internal中的类
- restart - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.AlterType
-
restart
- RETRY_ATTRIBUTE - 类中的静态变量 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
- retryRequest(HttpRequest, IOException, int, HttpContext) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
- run() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.IdleConnectionReaper
S
- safeCloseResponse(ResponseMessage) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.DwPayUtils
- SECURITY_TOKEN_NOT_SUPPORTED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Security token is not supported.
- send(RequestMessage, ExecutionContext, boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayOperation
- sendRequest(RequestMessage, ExecutionContext) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
-
Send HTTP request with specified context to DMC and wait for HTTP response.
- sendRequestCore(RequestMessage, ExecutionContext) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- sendRequestCore(RequestMessage, ExecutionContext) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- sendRequestImpl(RequestMessage, ExecutionContext) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- serviceClient - 类中的变量 com.digiwin.dap.middleware.dwpay.DwPayClient
- ServiceClient - com.digiwin.dap.middleware.dwpay.common.comm中的类
-
Abstract service client that provides interfaces to access dwPay services.
- ServiceClient(ClientConfiguration) - 类的构造器 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- ServiceException - com.digiwin.dap.middleware.dwpay中的异常错误类
-
This is the base exception class to represent any expected or unexpected DMC server side errors.
- ServiceException() - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates a default instance.
- ServiceException(String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates an instance with the error message.
- ServiceException(String, String, String, String) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates an instance with error message, error code, request id, host id.
- ServiceException(String, String, String, String, String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates an instance with error message, error code, request id, host id, DMC response error, and a Throwable instance.
- ServiceException(String, String, String, String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates an instance with error message, error code, request id, host id.
- ServiceException(String, Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates an instance with a
Throwableinstance and error message. - ServiceException(Throwable) - 异常错误类的构造器 com.digiwin.dap.middleware.dwpay.ServiceException
-
Creates an instance with a
Throwableinstance. - setAlterType(AlterType) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.TradePeriod
- setAppSecret(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- setAppSecret(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- setAppSecret(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- setAppSecret(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setAppToken(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- setCharset(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- setCode(int) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- setCode(Integer) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setConnectionRequestTimeout(int) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setConnectionTimeout(int) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setConnectionTTL(long) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setContent(InputStream) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- setContentLength(long) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- setData(Object) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeRequest
- setData(Object) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- setDebugInfo(StdError.DebugInfo) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- seteData(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- setEncryptType(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- setEndpoint(URI) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- setEndpoint(URI) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setEntity(HttpEntity) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setError(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- setErrorCode(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setErrorInstructors(StdError.Instructors) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setErrorMessage(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setErrorType(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setForceRetry(boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- setForceRetry(boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setFormat(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- setHeaders(Map<String, String>) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.HttpMessage
- setHeaders(Map<String, String>) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setHeaders(Map<String, String>) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericRequest
- setHttpEntity(HttpEntity) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- setIdleConnectionTime(long) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setIdleConnectionTime(long) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.IdleConnectionReaper
- setMaxConnections(int) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setMessage(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setMessage(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- setMethod(HttpMethod) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- setMethod(HttpMethod) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setOriginalRequest(GenericRequest) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayRequestMessageBuilder
- setOutTradeNo(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.TradeParam
- setOutTradeNo(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- setPath(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setPaymentType(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- setPayMethod(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- setRawResponseError(String) - 异常错误类中的方法 com.digiwin.dap.middleware.dwpay.ServiceException
-
Sets the error response from DMC.
- setRequestId(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericResult
- setResponse(ResponseMessage) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.GenericResult
- setResponseInterceptor(HttpResponseInterceptor) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setRetryHandler(HttpRequestRetryStrategy) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setSocketTimeout(int) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setSourceId(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setSourceId(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.TradeParam
- setSourceId(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- setStatusCode(int) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- setSuccess(boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setSuccess(boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeResult
- setTimestamp(LocalDateTime) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- setTotalAmount(BigDecimal) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- setTradeStatus(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- setUri(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfig
- setUrl(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ResponseMessage
- setUseReaper(boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- setVersion(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.model.DapEncrypt
- setWhitelist(boolean) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.RequestMessage
- shutdown() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.DefaultServiceClient
- shutdown() - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.IdleConnectionReaper
- shutdown() - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.ServiceClient
- shutdown() - 接口中的方法 com.digiwin.dap.middleware.dwpay.DwPay
-
Shuts down the EMC instance (release all resources) The EMC instance is not usable after its shutdown() is called.
- shutdown() - 类中的方法 com.digiwin.dap.middleware.dwpay.DwPayClient
- SIGNATURE_DOES_NOT_MATCH - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Invalid signature.
- size() - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.IdleConnectionReaper
- SOCKET_EXCEPTION - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
Socket exception
- SOCKET_TIMEOUT - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
Socket times out
- socketTimeout - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
- state(boolean, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.Assert
-
Assert a boolean expression, throwing an
IllegalStateExceptionif the expression evaluates tofalse. - StdError - com.digiwin.dap.middleware.dwpay.internal.model中的类
- StdError() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.StdError
- StreamUtils - com.digiwin.dap.middleware.dwpay.common.utils中的类
-
Simple utility methods for dealing with streams.
- StreamUtils() - 类的构造器 com.digiwin.dap.middleware.dwpay.common.utils.StreamUtils
- suspend - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.AlterType
-
暂停
T
- terminate - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.AlterType
-
terminate
- TOO_MANY_BUCKETS - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
Too many buckets under a user.
- toString() - 枚举类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.Protocol
- TRACE - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.HttpMethod
- TRADE_CLOSED - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- TRADE_FINISHED - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- TRADE_SUCCESS - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- tradeCloseResponseParser - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers
- TradeCloseResponseParser() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeCloseResponseParser
- TradeInfo - com.digiwin.dap.middleware.dwpay.model中的类
- TradeInfo() - 类的构造器 com.digiwin.dap.middleware.dwpay.model.TradeInfo
- tradeMqgResponseParser - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers
- TradeMqgResponseParser() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeMqgResponseParser
- TradeOperation - com.digiwin.dap.middleware.dwpay.internal.operation中的类
- TradeOperation(ServiceClient) - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.operation.TradeOperation
- TradeParam - com.digiwin.dap.middleware.dwpay.internal.model中的类
- TradeParam() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.TradeParam
- TradeParam(String, String) - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.TradeParam
- tradePayResponseParser - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers
- TradePayResponseParser() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradePayResponseParser
- TradePeriod - com.digiwin.dap.middleware.dwpay.internal.model中的类
- TradePeriod() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.model.TradePeriod
- TradeQueryResponseParser() - 类的构造器 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeQueryResponseParser
- tradeQueryResponseParses - 类中的静态变量 com.digiwin.dap.middleware.dwpay.internal.ResponseParsers
- TradeRequest - com.digiwin.dap.middleware.dwpay.model中的类
- TradeRequest() - 类的构造器 com.digiwin.dap.middleware.dwpay.model.TradeRequest
- TradeResult - com.digiwin.dap.middleware.dwpay.model中的类
- TradeResult() - 类的构造器 com.digiwin.dap.middleware.dwpay.model.TradeResult
- TradeStatus - com.digiwin.dap.middleware.dwpay.model中的枚举类
-
交易状态
- TRANSFER_ENCODING - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.common.utils.HttpHeaders
- trueDelayReturn(IOException, HttpRequest, int) - 类中的方法 com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpRequestRetryHandler
-
延迟重试
U
- UNKNOWN - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
Unknown error.
- UNKNOWN_HOST - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.ClientErrorCode
-
Unknown host.
- uri(String) - 类中的方法 com.digiwin.dap.middleware.dwpay.internal.DwPayConfigBuilder
- urlDecode(String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
- urlEncode(String, String) - 类中的静态方法 com.digiwin.dap.middleware.dwpay.common.utils.HttpUtil
-
Encode a URL segment with special chars replaced.
- useReaper - 类中的变量 com.digiwin.dap.middleware.dwpay.ClientConfiguration
V
- valueOf(String) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.Protocol
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.HttpMethod
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.internal.model.PayType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.AlterType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.TradeStatus
-
返回带有指定名称的该类的枚举常量。
- values() - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.common.comm.Protocol
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.HttpMethod
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.internal.model.PayType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.AlterType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.digiwin.dap.middleware.dwpay.model.TradeStatus
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
W
- WAIT_BUYER_PAY - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.model.TradeStatus
- WORM_CONFIGURATION_LOCKED - 接口中的静态变量 com.digiwin.dap.middleware.dwpay.DwPayErrorCode
-
The worm configuration is locked.
- Wxpay - 枚举类 中的枚举常量 com.digiwin.dap.middleware.dwpay.internal.model.PayType
常量字段值|所有程序包|所有类和接口|序列化表格