A B C D E F G H K M N O P R S T U V W 
所有类 所有程序包

A

AbstractMessageClient - org.opoo.ootp.client.impl中的类
 
AbstractMessageClient(URI, CloseableHttpClient, ObjectMapper, String) - 类 的构造器org.opoo.ootp.client.impl.AbstractMessageClient
 
accept(ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.SimpleSM4DecodingMetadataConfigurer
 
accept(ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.SimpleSMXDecodingMetadataConfigurer
 
ack(String...) - 接口 中的方法org.opoo.ootp.client.MessageClient
确认消息。
ack(List<String>) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
ack(List<String>) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
ack(List<String>) - 接口 中的方法org.opoo.ootp.client.MessageClient
确认消息。
ack(List<String>) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
 
addConfigurer(String, Consumer<ExsMetadata>) - 类 中的方法org.opoo.ootp.client.impl.BasicExsMetadataConfigurerProvider
 
addDecodingExsMetadataConfigurer(String, Consumer<ExsMetadata>) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
addEncodedUserMetadata(String, String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
addHttpClientConfigurer(HttpClientConfigurer) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
addHttpClientRequestConfigConfigurer(HttpClientConfigurer.RequestConfigConfigurer) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
addRSAKeyProvider(String, KeyProvider) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
addSM2PublicKey(String, PublicKey) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
addSM4KeyProvider(String, KeyAndSpecProvider) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
addUserMetadata(String, String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
ALL - org.opoo.ootp.client.ExsCodec.CodecMode
所有消息都 Codec,除非明确表示不用。

B

basePath - 类 中的变量org.opoo.ootp.client.impl.AbstractMessageClient
 
basePath(String) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
BasicExsMetadataConfigurerProvider - org.opoo.ootp.client.impl中的类
 
BasicExsMetadataConfigurerProvider() - 类 的构造器org.opoo.ootp.client.impl.BasicExsMetadataConfigurerProvider
 
BasicKeyProviderManager - org.opoo.ootp.client.impl中的类
 
BasicKeyProviderManager() - 类 的构造器org.opoo.ootp.client.impl.BasicKeyProviderManager
 
build() - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
buildDecodeContext(ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
buildEncodeContext(ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
BY_REQUIRED - org.opoo.ootp.client.ExsCodec.CodecMode
根据原数据头 ExsCodec.META_CODEC_REQUIRED 的值确定是否需要 Codec。
ByteArrayBody - org.opoo.ootp.client中的类
 
ByteArrayBody(byte[]) - 类 的构造器org.opoo.ootp.client.ByteArrayBody
 

C

codecDecode(HttpEntity, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
codecEncode(HttpEntity, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
configure(String, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.ExsMetadataConfigurerProvider
对接入方的消息元数据进行配置。
configure(RequestConfig.Builder) - 接口 中的方法org.opoo.ootp.client.impl.HttpClientConfigurer.RequestConfigConfigurer
对 HttpClient 的 RequestConfig 进行配置。
configure(HttpClientBuilder) - 接口 中的方法org.opoo.ootp.client.impl.HttpClientConfigurer
对 HttpClient 进行配置,即配置个性化的 HttpClient。
configureDecodingExsMetadata(ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
copy(InputStream, OutputStream) - 接口 中的静态方法org.opoo.ootp.client.FileClient
将数据从输入流复制到输出流。
copy(String, File) - 接口 中的方法org.opoo.ootp.client.FileClient
复制到本地文件。
copy(String, OutputStream) - 接口 中的方法org.opoo.ootp.client.FileClient
复制到本地输出。
copy(String, OutputStream) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
copy(String, Path) - 接口 中的方法org.opoo.ootp.client.FileClient
复制到本地文件。
copy(String, Path) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
copy(URI, File) - 接口 中的方法org.opoo.ootp.client.FileClient
 
copy(URI, OutputStream) - 接口 中的方法org.opoo.ootp.client.FileClient
 
copy(URI, OutputStream) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
copy(URI, Path) - 接口 中的方法org.opoo.ootp.client.FileClient
 
copy(URI, Path) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
createTempFile(ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
custom() - 类 中的静态方法org.opoo.ootp.client.impl.OotpClientBuilder
 

D

decode(InputStream, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.ExsCodec
对输入流程解密/解码。
decode(InputStream, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
decode(OutputStream, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.ExsCodec
对输出流程解密/解码。
decode(OutputStream, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
decode(HttpEntity, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.ExsCodec
对实体解密/解码。
decode(HttpEntity, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
DEFAULT_BUFFER_SIZE - 接口 中的静态变量org.opoo.ootp.client.FileClient
 
DEFAULT_BUFFER_SIZE - 接口 中的静态变量org.opoo.ootp.client.MessageClient
 
DEFAULT_DISK_CACHE_SIZE_THRESHOLD - 类 中的静态变量org.opoo.ootp.client.impl.ExsCodecImpl
 
DEFAULT_LIMIT - 接口 中的静态变量org.opoo.ootp.client.MessageClient
默认上限。
DEFAULT_LIMIT - 类 中的静态变量org.opoo.ootp.client.PollRequest
默认上限。
DEFAULT_USER_AGENT - 类 中的静态变量org.opoo.ootp.client.impl.OotpClientBuilder
 
defaultClient(String, Signer) - 类 中的静态方法org.opoo.ootp.client.impl.OotpClientBuilder
 
defaultClient(URI, Signer) - 类 中的静态方法org.opoo.ootp.client.impl.OotpClientBuilder
 

E

encode(InputStream, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.ExsCodec
对输入流进行加密/编码。
encode(InputStream, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
encode(HttpEntity, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.ExsCodec
对实体进行加密/编码。
encode(HttpEntity, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
endpoint(String) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
endpoint(URI) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
EndpointProcessingHttpRequestInterceptor - org.opoo.ootp.client.impl中的类
已过时。
EndpointProcessingHttpRequestInterceptor(URI) - 类 的构造器org.opoo.ootp.client.impl.EndpointProcessingHttpRequestInterceptor
已过时。
 
EntityBody - org.opoo.ootp.client中的类
 
EntityBody(HttpEntity) - 类 的构造器org.opoo.ootp.client.EntityBody
 
exec(HttpUriRequest, V2MessageClientImpl.Handler<T>) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
exec1(HttpUriRequest, V1MessageClientImpl.Handler1<T>) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
exec2(HttpUriRequest, V1MessageClientImpl.Handler2<T>) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
ExsBody - org.opoo.ootp.client中的接口
消息体。
ExsCodec - org.opoo.ootp.client中的接口
编码解码器/加密解密器。
ExsCodec.CodecMode - org.opoo.ootp.client中的枚举
编码模式
ExsCodecImpl - org.opoo.ootp.client.impl中的类
 
ExsCodecImpl(KeyProviderManager) - 类 的构造器org.opoo.ootp.client.impl.ExsCodecImpl
构建 Codec 专用于解密。
ExsCodecImpl(KeyProviderManager, ExsCodec.CodecMode, String...) - 类 的构造器org.opoo.ootp.client.impl.ExsCodecImpl
构建 Codec,用于加密/解密(编码/解码)。
ExsMessage - org.opoo.ootp.client中的类
消息
ExsMessage() - 类 的构造器org.opoo.ootp.client.ExsMessage
 
ExsMessageInfo - org.opoo.ootp.client中的类
 
ExsMessageInfo() - 类 的构造器org.opoo.ootp.client.ExsMessageInfo
 
ExsMessageLite - org.opoo.ootp.client中的类
 
ExsMessageLite() - 类 的构造器org.opoo.ootp.client.ExsMessageLite
 
ExsMetadata - org.opoo.ootp.client中的类
消息元数据定义
ExsMetadata() - 类 的构造器org.opoo.ootp.client.ExsMetadata
 
ExsMetadataConfigurerProvider - org.opoo.ootp.client中的接口
 

F

FILE_ID_FIELD - 类 中的静态变量org.opoo.ootp.client.impl.FileClientImpl
 
FILE_OBJECT_KEY_FIELD - 类 中的静态变量org.opoo.ootp.client.impl.FileClientImpl
 
FILE_URL_FIELD - 类 中的静态变量org.opoo.ootp.client.impl.FileClientImpl
 
FileClient - org.opoo.ootp.client中的接口
 
FileClientImpl - org.opoo.ootp.client.impl中的类
 
FileClientImpl(URI, CloseableHttpClient, ObjectMapper) - 类 的构造器org.opoo.ootp.client.impl.FileClientImpl
 
fileCodec(ExsCodec) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
FileInfo - org.opoo.ootp.client中的接口
 
fromHeaders(Map<String, String>) - 类 中的静态方法org.opoo.ootp.client.ExsMetadata
 

G

getCharset() - 类 中的方法org.opoo.ootp.client.StringBody
 
getCode() - 异常错误 中的方法org.opoo.ootp.client.OotpException
 
getCodec() - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
getCodec() - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getConfigurer(String) - 接口 中的方法org.opoo.ootp.client.ExsMetadataConfigurerProvider
获取指定接入方的解码元数据配置器。
getConfigurer(String) - 类 中的方法org.opoo.ootp.client.impl.BasicExsMetadataConfigurerProvider
 
getConfigurers() - 类 中的方法org.opoo.ootp.client.impl.BasicExsMetadataConfigurerProvider
 
getContent() - 类 中的方法org.opoo.ootp.client.ByteArrayBody
 
getContent() - 类 中的方法org.opoo.ootp.client.EntityBody
 
getContent() - 接口 中的方法org.opoo.ootp.client.ExsBody
消息主体。
getContent() - 类 中的方法org.opoo.ootp.client.StringBody
 
getContentType() - 接口 中的方法org.opoo.ootp.client.Metadata
 
getDecodedUserMetadata(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
getDecoder() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getDecodingExsMetadataConfigurerProvider() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getDiskCacheSizeThreshold() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getEncoder() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getEntity() - 类 中的方法org.opoo.ootp.client.EntityBody
 
getError() - 异常错误 中的方法org.opoo.ootp.client.OotpException
 
getEtag() - 接口 中的方法org.opoo.ootp.client.FileInfo
 
getFile(String) - 接口 中的方法org.opoo.ootp.client.FileClient
获取文件及附加信息。
getFile(String) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getFile(String, FileClientImpl.ResponseHandler<T>) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getFileClient() - 接口 中的方法org.opoo.ootp.client.OotpClient
 
getFileId() - 接口 中的方法org.opoo.ootp.client.FileInfo
 
getFrom() - 接口 中的方法org.opoo.ootp.client.Metadata
 
getHttpClient() - 接口 中的方法org.opoo.ootp.client.OotpClient
获取系统中自带签名功能的 HttpClient 客户端。
getId() - 接口 中的方法org.opoo.ootp.client.Metadata
 
getKeyProviderManager() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getMessage(String) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
getMessage(String) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
getMessage(String) - 接口 中的方法org.opoo.ootp.client.MessageClient
获取消息。
getMessage(String) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
 
getMessage(String, Function<String, String>) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
getMessageBody(String) - 接口 中的方法org.opoo.ootp.client.MessageClient
获取消息体。
getMessageClient() - 接口 中的方法org.opoo.ootp.client.OotpClient
 
getMessageInfo(String) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
getMessageInfo(String) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
getMessageInfo(String) - 接口 中的方法org.opoo.ootp.client.MessageClient
获取已经发送的消息的信息,如消息的状态,是否被对方消费等。
getMessageInfo(String) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
 
getMode() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getObjectKey() - 接口 中的方法org.opoo.ootp.client.FileInfo
 
getRSAKeyProvider(String) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
getRSAKeyProvider(String) - 接口 中的方法org.opoo.ootp.client.KeyProviderManager
使用 RSA 算法加密解密时的密钥提供者。
getSM2PrivateKeyProvider() - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
getSM2PrivateKeyProvider() - 接口 中的方法org.opoo.ootp.client.KeyProviderManager
获取 SM2 私钥提供者。
getSM2PublicKey(String) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
getSM2PublicKey(String) - 接口 中的方法org.opoo.ootp.client.KeyProviderManager
获取 SM2 公钥。
getSM3Digest() - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getSM4KeyProvider(String) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
getSM4KeyProvider(String) - 接口 中的方法org.opoo.ootp.client.KeyProviderManager
获取 SM4 的密钥提供者。
getStream(String) - 接口 中的方法org.opoo.ootp.client.FileClient
下载文件。
getStream(String) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getStream(URI) - 接口 中的方法org.opoo.ootp.client.FileClient
获取 URI 对应的文件的输入流,如果远程文件是解密的,这里是解密后的输入流。
getStream(URI) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getString() - 类 中的方法org.opoo.ootp.client.StringBody
 
getTransformMode() - 类 中的方法org.opoo.ootp.client.impl.SimpleSM4DecodingMetadataConfigurer
 
getTransformMode() - 类 中的方法org.opoo.ootp.client.impl.SimpleSMXDecodingMetadataConfigurer
 
getType() - 接口 中的方法org.opoo.ootp.client.Metadata
 
getUmdHeaders(Map<String, String>) - 类 中的静态方法org.opoo.ootp.client.ExsMetadata
 
getUnencodeSize(String, ExsMetadata) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
getUri(URI) - 接口 中的方法org.opoo.ootp.client.FileClient
获取 URI 对应的文件的文件信息,如果远程文件是解密的,这里是解密后的文件信息。
getUri(URI) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getUri(URI, FileClientImpl.ResponseHandler<T>) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
getUrl() - 接口 中的方法org.opoo.ootp.client.FileInfo
 
getUserMetadata() - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
getUserMetadata(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
getUserMetadata(Map<String, String>) - 类 中的静态方法org.opoo.ootp.client.ExsMetadata
 
getUserMetadataKey(String) - 类 中的静态方法org.opoo.ootp.client.ExsMetadata
 

H

hasContent(CloseableHttpResponse) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
hasNext() - 类 中的方法org.opoo.ootp.client.PollResult
 
HEADER_CONTENT_LENGTH - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_CONTENT_TYPE - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_EXS_FROM - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_EXS_ID - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_EXS_TO - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_EXS_TYPE - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_LAST_MODIFIED - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_META_PREFIX - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_META_PREFIX_LENGTH - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HEADER_REPO - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
HTTP_VERSION - 类 中的静态变量org.opoo.ootp.client.impl.OotpClientBuilder
 
httpClient - 类 中的变量org.opoo.ootp.client.impl.AbstractMessageClient
 
HttpClientConfigurer - org.opoo.ootp.client.impl中的接口
 
HttpClientConfigurer.RequestConfigConfigurer - org.opoo.ootp.client.impl中的接口
 
httpClientConfigurers(List<HttpClientConfigurer>) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
httpClientRequestConfigConfigurers(List<HttpClientConfigurer.RequestConfigConfigurer>) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 

K

KeyProviderManager - org.opoo.ootp.client中的接口
密钥提供者管理器

M

MessageClient - org.opoo.ootp.client中的接口
 
messageCodec(ExsCodec) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
MessageV1() - 类 的构造器org.opoo.ootp.client.impl.V1MessageClientImpl.MessageV1
 
MessageV2() - 类 的构造器org.opoo.ootp.client.impl.V2MessageClientImpl.MessageV2
 
MessageWrapper1() - 类 的构造器org.opoo.ootp.client.impl.V1MessageClientImpl.MessageWrapper1
 
MessageWrapper2() - 类 的构造器org.opoo.ootp.client.impl.V1MessageClientImpl.MessageWrapper2
 
META_CODEC_REQUIRED - 接口 中的静态变量org.opoo.ootp.client.ExsCodec
该原数据名称用于标识当前请求是否需要进行 Codec 操作。
META_FILE_NAME - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
META_FILE_REF - 类 中的静态变量org.opoo.ootp.client.SmartMessageClient
 
META_LAST_MODIFIED - 接口 中的静态变量org.opoo.ootp.client.Metadata
 
Metadata - org.opoo.ootp.client中的接口
元数据

N

NONE - org.opoo.ootp.client.ExsCodec.CodecMode
都不 Codec。

O

objectMapper - 类 中的变量org.opoo.ootp.client.impl.AbstractMessageClient
 
objectMapper(ObjectMapper) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
OotpClient - org.opoo.ootp.client中的接口
 
OotpClientBuilder - org.opoo.ootp.client.impl中的类
 
OotpException - org.opoo.ootp.client中的异常错误
 
OotpException() - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(int, String) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(String) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(String, int, String) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(String, Throwable) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(String, Throwable, boolean, boolean, int, String) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(String, Throwable, int, String) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(Throwable) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
OotpException(Throwable, int, String) - 异常错误 的构造器org.opoo.ootp.client.OotpException
 
org.opoo.ootp.client - 程序包 org.opoo.ootp.client
 
org.opoo.ootp.client.impl - 程序包 org.opoo.ootp.client.impl
 

P

PACKAGE_VERSION - 类 中的静态变量org.opoo.ootp.client.impl.OotpClientBuilder
 
poll() - 接口 中的方法org.opoo.ootp.client.MessageClient
使用默认参数轮询消息。
poll(int, boolean, boolean) - 接口 中的方法org.opoo.ootp.client.MessageClient
轮询消息。
poll(PollRequest) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
poll(PollRequest) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
poll(PollRequest) - 接口 中的方法org.opoo.ootp.client.MessageClient
轮询消息。
poll(PollRequest) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
 
PollRequest - org.opoo.ootp.client中的类
 
PollRequest(int, boolean, boolean) - 类 的构造器org.opoo.ootp.client.PollRequest
 
PollRequest(int, boolean, boolean, String) - 类 的构造器org.opoo.ootp.client.PollRequest
 
PollResult - org.opoo.ootp.client中的类
 
PollResult() - 类 的构造器org.opoo.ootp.client.PollResult
 
process(HttpRequest, HttpContext) - 类 中的方法org.opoo.ootp.client.impl.EndpointProcessingHttpRequestInterceptor
已过时。
 
processIds(List<String>, Consumer<Object>, String, Function<HttpPost, Integer>) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
processUri(HttpUriRequest) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
put(ExsMessage, String, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
put(ExsMessage, String, String) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 

R

Result - org.opoo.ootp.client.impl中的类
 
Result() - 类 的构造器org.opoo.ootp.client.impl.Result
 
ret(String...) - 接口 中的方法org.opoo.ootp.client.MessageClient
退回消息,使消息可以重新消费。
ret(List<String>) - 接口 中的方法org.opoo.ootp.client.MessageClient
退回消息,使消息可以重新消费。
ret(List<String>) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
 
ret(List<String>, Consumer<Object>) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
ret(List<String>, Consumer<Object>) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
ret(List<String>, Consumer<Object>) - 接口 中的方法org.opoo.ootp.client.MessageClient
退回消息,使消息可以重新消费。
ret(List<String>, Consumer<Object>) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
 

S

send(String, String, String, byte[]) - 接口 中的方法org.opoo.ootp.client.MessageClient
已过时。
由于机构外联仅接收文本消息,因此建议直接使用 MessageClient.send(String, String, String, String) 方法
send(String, String, String, String) - 接口 中的方法org.opoo.ootp.client.MessageClient
发送消息。
send(String, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.MessageClient
发送消息。
send(ExsBody, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.MessageClient
发送消息。
send(ExsMessage) - 类 中的方法org.opoo.ootp.client.impl.V1MessageClientImpl
 
send(ExsMessage) - 类 中的方法org.opoo.ootp.client.impl.V2MessageClientImpl
 
send(ExsMessage) - 接口 中的方法org.opoo.ootp.client.MessageClient
发送消息。
send(ExsMessage) - 类 中的方法org.opoo.ootp.client.SmartMessageClient
支持文件及大报文的发送,接收时必须单独接收,使用 SmartMessageClient.getMessage(String) 读取消息内容。
setCodec(ExsCodec) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
setCodec(ExsCodec) - 类 中的方法org.opoo.ootp.client.impl.FileClientImpl
 
setConfigurers(Map<String, Consumer<ExsMetadata>>) - 类 中的方法org.opoo.ootp.client.impl.BasicExsMetadataConfigurerProvider
 
setDecodingExsMetadataConfigurerProvider(ExsMetadataConfigurerProvider) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
setDiskCacheSizeThreshold(long) - 类 中的方法org.opoo.ootp.client.impl.ExsCodecImpl
 
setMessages(List<ExsMessageLite>) - 类 中的方法org.opoo.ootp.client.PollResult
 
setSM2PrivateKeyProvider(PrivateKeyProvider) - 类 中的方法org.opoo.ootp.client.impl.BasicKeyProviderManager
 
setTransformMode(String) - 类 中的方法org.opoo.ootp.client.impl.SimpleSM4DecodingMetadataConfigurer
 
setTransformMode(String) - 类 中的方法org.opoo.ootp.client.impl.SimpleSMXDecodingMetadataConfigurer
 
setUserMetadata(Map<String, String>) - 类 中的方法org.opoo.ootp.client.ExsMetadata
Stores a copy of the map to prevent internal alterations (i.e. codecs) from affecting the original map
signer(Signer) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
SimpleSM4DecodingMetadataConfigurer - org.opoo.ootp.client.impl中的类
简单的 SM4 对称加密解密算法的解码配置器。
SimpleSM4DecodingMetadataConfigurer(String) - 类 的构造器org.opoo.ootp.client.impl.SimpleSM4DecodingMetadataConfigurer
 
SimpleSM4DecodingMetadataConfigurer(SecretKey) - 类 的构造器org.opoo.ootp.client.impl.SimpleSM4DecodingMetadataConfigurer
 
SimpleSM4DecodingMetadataConfigurer(KeyAndSpecProvider) - 类 的构造器org.opoo.ootp.client.impl.SimpleSM4DecodingMetadataConfigurer
 
SimpleSMXDecodingMetadataConfigurer - org.opoo.ootp.client.impl中的类
简单的 SM2 + SM4 混合加密解密算法的解码配置器。
SimpleSMXDecodingMetadataConfigurer(String) - 类 的构造器org.opoo.ootp.client.impl.SimpleSMXDecodingMetadataConfigurer
 
SimpleSMXDecodingMetadataConfigurer(PrivateKey) - 类 的构造器org.opoo.ootp.client.impl.SimpleSMXDecodingMetadataConfigurer
 
SmartMessageClient - org.opoo.ootp.client中的类
 
SmartMessageClient(MessageClient, FileClient) - 类 的构造器org.opoo.ootp.client.SmartMessageClient
 
SmartMessageClient(OotpClient) - 类 的构造器org.opoo.ootp.client.SmartMessageClient
 
STORAGE_DEFAULT - 接口 中的静态变量org.opoo.ootp.client.FileClient
 
STORAGE_FS - 接口 中的静态变量org.opoo.ootp.client.FileClient
 
StringBody - org.opoo.ootp.client中的类
注意,没有执行编码时使用 UTF-8
StringBody(String) - 类 的构造器org.opoo.ootp.client.StringBody
 
StringBody(String, Charset) - 类 的构造器org.opoo.ootp.client.StringBody
 
systemId(String) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 

T

toByteArray() - 类 中的方法org.opoo.ootp.client.ByteArrayBody
 
toEntity(ExsBody, ExsMetadata) - 类 中的静态方法org.opoo.ootp.client.impl.AbstractMessageClient
 
toHeaders() - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
toHeaders(BiConsumer<String, String>) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
toUmdHeaders(Map<String, String>, BiConsumer<String, String>) - 类 中的静态方法org.opoo.ootp.client.ExsMetadata
 

U

upload(InputStream, ExsMetadata) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件
upload(InputStream, ExsMetadata, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件
upload(InputStream, ExsMetadata, String, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件
upload(String, String, String, File) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
upload(String, String, String, File, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
upload(String, String, String, InputStream, String, long, long) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
upload(String, String, String, InputStream, String, long, long, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
upload(ExsMessage) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
upload(ExsMessage, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
upload(ExsMessage, String, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件。
uploadToCustomStorage(String, String, File) - 接口 中的方法org.opoo.ootp.client.FileClient
上传到个性化的存储器中。
uploadToCustomStorage(String, String, File, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传到个性化的存储器中。
uploadToCustomStorage(String, String, InputStream, String, long, long) - 接口 中的方法org.opoo.ootp.client.FileClient
上传到个性化的存储器中。
uploadToCustomStorage(String, String, InputStream, String, long, long, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传到个性化的存储器中。
uploadToDefaultStorage(String, String, File) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到默认文件中转服务。
uploadToDefaultStorage(String, String, File, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到默认文件中转服务。
uploadToDefaultStorage(String, String, InputStream, String, long, long) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到默认文件中转服务。
uploadToDefaultStorage(String, String, InputStream, String, long, long, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到默认文件中转服务。
uploadToFsStorage(String, String, File) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到文件服务文件库。
uploadToFsStorage(String, String, File, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到文件服务文件库。
uploadToFsStorage(String, String, InputStream, String, long, long) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到文件服务文件库。
uploadToFsStorage(String, String, InputStream, String, long, long, String) - 接口 中的方法org.opoo.ootp.client.FileClient
上传文件到文件服务文件库。
userAgent(String) - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 
useVersion1() - 类 中的方法org.opoo.ootp.client.impl.OotpClientBuilder
 

V

V1MessageClientImpl - org.opoo.ootp.client.impl中的类
 
V1MessageClientImpl(URI, CloseableHttpClient, ObjectMapper) - 类 的构造器org.opoo.ootp.client.impl.V1MessageClientImpl
 
V1MessageClientImpl(URI, CloseableHttpClient, ObjectMapper, String) - 类 的构造器org.opoo.ootp.client.impl.V1MessageClientImpl
 
V1MessageClientImpl.MessageV1 - org.opoo.ootp.client.impl中的类
V1 版接口的消息
V1MessageClientImpl.MessageWrapper1 - org.opoo.ootp.client.impl中的类
第一类返回,返回 V1 版消息
V1MessageClientImpl.MessageWrapper2 - org.opoo.ootp.client.impl中的类
 
V2MessageClientImpl - org.opoo.ootp.client.impl中的类
 
V2MessageClientImpl(URI, CloseableHttpClient, ObjectMapper) - 类 的构造器org.opoo.ootp.client.impl.V2MessageClientImpl
 
V2MessageClientImpl(URI, CloseableHttpClient, ObjectMapper, String) - 类 的构造器org.opoo.ootp.client.impl.V2MessageClientImpl
 
V2MessageClientImpl.MessageV2 - org.opoo.ootp.client.impl中的类
V1 版接口的消息
validateResponse(CloseableHttpResponse) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
validateResponse(CloseableHttpResponse, Supplier<Boolean>, String) - 类 中的方法org.opoo.ootp.client.impl.AbstractMessageClient
 
valueOf(String) - 枚举 中的静态方法org.opoo.ootp.client.ExsCodec.CodecMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.opoo.ootp.client.ExsCodec.CodecMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

withContentHash(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withContentLength(int) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withContentLength(long) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withContentType(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withFrom(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withId(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withLastModified(long) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withLastModified(Date) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withRepo(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withTo(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
withType(String) - 类 中的方法org.opoo.ootp.client.ExsMetadata
 
writeTo(OutputStream) - 类 中的方法org.opoo.ootp.client.ByteArrayBody
 
writeTo(OutputStream) - 类 中的方法org.opoo.ootp.client.EntityBody
 
writeTo(OutputStream) - 接口 中的方法org.opoo.ootp.client.ExsBody
将消息主体写入输出流。
writeTo(OutputStream) - 类 中的方法org.opoo.ootp.client.StringBody
 
A B C D E F G H K M N O P R S T U V W 
所有类 所有程序包