A B C D E F G H I J K L M N O P Q R S T U V W X
A
- AbstractQueueMetaDeserializer<T> - com.aliyun.mns.model.serialize.queue 中的 类
-
- AbstractQueueMetaDeserializer() -
类 com.aliyun.mns.model.serialize.queue.AbstractQueueMetaDeserializer 的构造方法
-
- AbstractRequest - com.aliyun.mns.model 中的 类
-
- AbstractRequest() -
类 com.aliyun.mns.model.AbstractRequest 的构造方法
-
- AbstractResponse - com.aliyun.mns.model 中的 类
-
- AbstractResponse() -
类 com.aliyun.mns.model.AbstractResponse 的构造方法
-
- AbstractSubscriptionDeserializer<T> - com.aliyun.mns.model.serialize.topic 中的 类
-
- AbstractSubscriptionDeserializer() -
类 com.aliyun.mns.model.serialize.topic.AbstractSubscriptionDeserializer 的构造方法
-
- AbstractTopicMetaDeserializer<T> - com.aliyun.mns.model.serialize.topic 中的 类
-
- AbstractTopicMetaDeserializer() -
类 com.aliyun.mns.model.serialize.topic.AbstractTopicMetaDeserializer 的构造方法
-
- ACCOUNT_ID_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- AccountDeserializer - com.aliyun.mns.model 中的 类
-
- AccountDeserializer() -
类 com.aliyun.mns.model.AccountDeserializer 的构造方法
-
- ACTIVE_MESSAGES_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- activeMessages -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- addConnMgr(NHttpClientConnectionManager) -
类 com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor 中的方法
-
- addHeader(String, String) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- addHeader(String, String) -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- addHeader(String, String) -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- addParameter(String, String) -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- addRequestHandler(RequestHandler) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- addResponseHandler(ResponseHandler) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- assertListNotNullOrEmpty(List, String) -
类 com.aliyun.mns.common.utils.CodingUtils 中的静态方法
-
- assertParameterNotNull(Object, String) -
类 com.aliyun.mns.common.utils.CodingUtils 中的静态方法
-
- assertStringNotNullOrEmpty(String, String) -
类 com.aliyun.mns.common.utils.CodingUtils 中的静态方法
-
- asyncBatchDeleteMessage(List<String>, AsyncCallback<Void>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
-
- asyncBatchPeekMessage(int, AsyncCallback<List<Message>>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步批量查看消息
- asyncBatchPopMessage(int, AsyncCallback<List<Message>>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步批量获取队列中的消息
- asyncBatchPopMessage(int, int, AsyncCallback<List<Message>>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步批量获取队列中的消息
- asyncBatchPutMessage(List<Message>, AsyncCallback<List<Message>>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步批量发送消息, 消息体在发送到服务端前,我们会对消息体进行一次base64编码,如果你使用本SDK发送,
但用其他方式接收时,需要确认,接收方有无对消息体进行base64解码。
- AsyncCallback<T> - com.aliyun.mns.client 中的 接口
-
- asyncChangeMessageVisibility(String, int, AsyncCallback<Message>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步改变消息的不可见时间
- asyncChangeMessageVisibilityTimeout(String, int, AsyncCallback<String>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步改变消息的不可见时间
- asyncDelete(AsyncCallback<Void>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async delete topic
- asyncDeleteMessage(String, AsyncCallback<Void>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步删除消息
- asyncGetAttribute(AsyncCallback<TopicMeta>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async get topic attribute
- asyncGetSubscriptionAttr(String, AsyncCallback<SubscriptionMeta>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async get subscription attribute
- asyncPeekMessage(AsyncCallback<Message>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步查看队列消息
- asyncPopMessage(AsyncCallback<Message>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步获取队列中的消息
- asyncPopMessage(int, AsyncCallback<Message>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步获取队列中的消息
- asyncPublishMessage(TopicMessage, AsyncCallback<TopicMessage>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async publish message, we will do base64 encode for message body before publish it to MNS server.
- asyncPutMessage(Message, AsyncCallback<Message>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 异步发送消息, 消息体在发送到服务端前,我们会对消息体进行一次base64编码,如果你使用本SDK发送,
但用其他方式接收时,需要确认,接收方有无对消息体进行base64解码。
- AsyncResult<T> - com.aliyun.mns.client 中的 接口
- asynchronous call result
- asyncSetAttribute(TopicMeta, AsyncCallback<Void>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async set topic attribute with given meta and callback object
- asyncSetSubscriptionAttr(SubscriptionMeta, AsyncCallback<Void>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async set subscription attribute
- asyncSubscribe(SubscriptionMeta, AsyncCallback<String>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async subscribe this topic
- asyncUnsubscribe(String, AsyncCallback<Void>) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- async unsubscribe
- AUTHORIZATION -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
B
- Base64TopicMessage - com.aliyun.mns.model 中的 类
-
- Base64TopicMessage() -
类 com.aliyun.mns.model.Base64TopicMessage 的构造方法
-
- BaseMessage - com.aliyun.mns.model 中的 类
-
- BaseMessage() -
类 com.aliyun.mns.model.BaseMessage 的构造方法
-
- BaseXMLSerializer<T> - com.aliyun.mns.model.serialize 中的 类
-
- BaseXMLSerializer() -
类 com.aliyun.mns.model.serialize.BaseXMLSerializer 的构造方法
-
- BatchDeleteException - com.aliyun.mns.common 中的 异常
-
- BatchDeleteException(Map<String, ErrorMessageResult>) -
异常 com.aliyun.mns.common.BatchDeleteException 的构造方法
-
- batchDeleteMessage(List<String>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 批量删除消息
- BatchDeleteMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- BatchDeleteMessageRequest() -
类 com.aliyun.mns.model.request.queue.BatchDeleteMessageRequest 的构造方法
-
- batchPeekMessage(int) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 批量查看队列消息
- BatchPeekMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- BatchPeekMessageRequest() -
类 com.aliyun.mns.model.request.queue.BatchPeekMessageRequest 的构造方法
-
- batchPopMessage(int) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 批量获取队列中的消息
- batchPopMessage(int, int) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 批量获取队列中的消息
- batchPutMessage(List<Message>) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 批量发送消息, 消息体在发送到服务端前,我们会对消息体进行一次base64编码,如果你使用本SDK发送,
但用其他方式接收时,需要确认,接收方有无对消息体进行base64解码。
- BatchReceiveMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- BatchReceiveMessageRequest() -
类 com.aliyun.mns.model.request.queue.BatchReceiveMessageRequest 的构造方法
-
- BatchSendException - com.aliyun.mns.common 中的 异常
-
- BatchSendException(List<Message>) -
异常 com.aliyun.mns.common.BatchSendException 的构造方法
-
- BatchSendMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- BatchSendMessageRequest() -
类 com.aliyun.mns.model.request.queue.BatchSendMessageRequest 的构造方法
-
- BinaryUtil - com.aliyun.mns.common.utils 中的 类
-
- BinaryUtil() -
类 com.aliyun.mns.common.utils.BinaryUtil 的构造方法
-
- buildResponseMessage(HttpResponse) -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
C
- CACHE_CONTROL -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- calculateMd5(byte[]) -
类 com.aliyun.mns.common.utils.BinaryUtil 中的静态方法
-
- cancelled() -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- CaseInsensitiveMap<V> - com.aliyun.mns.common.utils 中的 类
-
- CaseInsensitiveMap() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 的构造方法
-
- CaseInsensitiveMap(Map<String, V>) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 的构造方法
-
- changeMessageVisibility(String, int) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 改变消息的不可见时间
- changeMessageVisibilityTimeout(String, int) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 改变消息的不可见时间
- ChangeVisibilityTimeoutRequest - com.aliyun.mns.model.request.queue 中的 类
-
- ChangeVisibilityTimeoutRequest() -
类 com.aliyun.mns.model.request.queue.ChangeVisibilityTimeoutRequest 的构造方法
-
- checkName(String) -
类 com.aliyun.mns.client.Utils 中的静态方法
-
- checkQueueName(String) -
类 com.aliyun.mns.client.Utils 中的静态方法
-
- checkSubscriptionName(String) -
类 com.aliyun.mns.client.Utils 中的静态方法
-
- checkTopicName(String) -
类 com.aliyun.mns.client.Utils 中的静态方法
-
- clear() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- clear() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- ClientConfiguration - com.aliyun.mns.common.http 中的 类
- 访问阿里云服务的客户端配置。
- ClientConfiguration() -
类 com.aliyun.mns.common.http.ClientConfiguration 的构造方法
- 构造新实例。
- ClientConfigurationUtil - com.aliyun.mns.common.utils 中的 类
-
- ClientConfigurationUtil() -
类 com.aliyun.mns.common.utils.ClientConfigurationUtil 的构造方法
-
- ClientErrorCode - com.aliyun.mns.common 中的 接口
-
- ClientException - com.aliyun.mns.common 中的 异常
-
表示尝试访问阿里云服务时遇到的异常。
- ClientException() -
异常 com.aliyun.mns.common.ClientException 的构造方法
- 构造新实例。
- ClientException(String) -
异常 com.aliyun.mns.common.ClientException 的构造方法
- 用给定的异常信息构造新实例。
- ClientException(Throwable) -
异常 com.aliyun.mns.common.ClientException 的构造方法
- 用表示异常原因的对象构造新实例。
- ClientException(String, Throwable) -
异常 com.aliyun.mns.common.ClientException 的构造方法
- 用异常消息和表示异常原因的对象构造新实例。
- ClientException(String, String, Throwable) -
异常 com.aliyun.mns.common.ClientException 的构造方法
- 用异常消息和表示异常原因的对象构造新实例。
- close() -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- close() -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 关闭 client
- close() -
类 com.aliyun.mns.common.http.DefaultServiceClient 中的方法
-
- close() -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- close() -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- CloudAccount - com.aliyun.mns.client 中的 类
-
- CloudAccount(String, String, String) -
类 com.aliyun.mns.client.CloudAccount 的构造方法
-
- CloudAccount(String, String, String, String) -
类 com.aliyun.mns.client.CloudAccount 的构造方法
-
- CloudAccount(String, String, String, ClientConfiguration) -
类 com.aliyun.mns.client.CloudAccount 的构造方法
-
- CloudAccount(String, String, String, String, ClientConfiguration) -
类 com.aliyun.mns.client.CloudAccount 的构造方法
-
- CloudQueue - com.aliyun.mns.client 中的 类
-
- CloudQueue(String, ServiceClient, ServiceCredentials, URI) -
类 com.aliyun.mns.client.CloudQueue 的构造方法
-
- CloudTopic - com.aliyun.mns.client 中的 类
-
- CloudTopic(String, ServiceClient, ServiceCredentials, URI) -
类 com.aliyun.mns.client.CloudTopic 的构造方法
-
- Code -
类 com.aliyun.mns.model.ErrorMessage 中的变量
-
- CodingUtils - com.aliyun.mns.common.utils 中的 类
- Utils for common coding.
- CodingUtils() -
类 com.aliyun.mns.common.utils.CodingUtils 的构造方法
-
- com.aliyun.mns.client - 软件包 com.aliyun.mns.client
-
- com.aliyun.mns.common - 软件包 com.aliyun.mns.common
-
- com.aliyun.mns.common.auth - 软件包 com.aliyun.mns.common.auth
-
- com.aliyun.mns.common.comm - 软件包 com.aliyun.mns.common.comm
-
- com.aliyun.mns.common.http - 软件包 com.aliyun.mns.common.http
-
- com.aliyun.mns.common.parser - 软件包 com.aliyun.mns.common.parser
-
- com.aliyun.mns.common.utils - 软件包 com.aliyun.mns.common.utils
-
- com.aliyun.mns.model - 软件包 com.aliyun.mns.model
-
- com.aliyun.mns.model.request.queue - 软件包 com.aliyun.mns.model.request.queue
-
- com.aliyun.mns.model.request.topic - 软件包 com.aliyun.mns.model.request.topic
-
- com.aliyun.mns.model.serialize - 软件包 com.aliyun.mns.model.serialize
-
- com.aliyun.mns.model.serialize.queue - 软件包 com.aliyun.mns.model.serialize.queue
-
- com.aliyun.mns.model.serialize.topic - 软件包 com.aliyun.mns.model.serialize.topic
-
- com.aliyun.mns.sample - 软件包 com.aliyun.mns.sample
-
- completed(HttpResponse) -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- computeSignature(String, String) -
类 com.aliyun.mns.common.auth.HmacSHA1Signature 中的方法
-
- computeSignature(String, String) -
类 com.aliyun.mns.common.auth.ServiceSignature 中的方法
- 计算签名。
- CONNECTION_TIMEOUT -
接口 com.aliyun.mns.common.ClientErrorCode 中的静态变量
- 远程服务连接超时
- containsKey(Object) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- containsValue(Object) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- CONTENT_DISPOSITION -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- CONTENT_ENCODING -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- CONTENT_LENGTH -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- CONTENT_MD5 -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- CONTENT_TYPE -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- convertHeaderCharsetFromIso88591(Map<String, String>) -
类 com.aliyun.mns.common.utils.HttpUtil 中的静态方法
-
- convertHeaderCharsetToIso88591(Map<String, String>) -
类 com.aliyun.mns.common.utils.HttpUtil 中的静态方法
-
- copyConfig(ClientConfiguration, ClientConfiguration) -
类 com.aliyun.mns.common.utils.ClientConfigurationUtil 中的静态方法
-
- create() -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 创建队列,使用默认属性
- create(QueueMeta) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 创建队列,队列属性由参数queueMeta设置
- create() -
类 com.aliyun.mns.client.CloudTopic 中的方法
- create topic with default topic meta
- create(TopicMeta) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- create topic with special topic meta
- create() -
类 com.aliyun.mns.common.auth.ServiceSignature 中的静态方法
- 创建默认的
ServiceSignature实例。
- CREATE_TIME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- createConnectionManager(ClientConfiguration) -
类 com.aliyun.mns.common.http.HttpFactory 中的静态方法
- Create a PoolingNHttpClientConnectionManager instance
- createHttpAsyncClient(PoolingNHttpClientConnectionManager, ClientConfiguration) -
类 com.aliyun.mns.common.http.HttpFactory 中的静态方法
- Creates a HttpAsyncClient instance.
- createHttpRequest(ServiceClient.Request, ExecutionContext) -
类 com.aliyun.mns.common.http.HttpFactory 中的静态方法
- Creates a HttpRequestBase instance.
- createNetworkException(IOException) -
类 com.aliyun.mns.common.utils.ExceptionFactory 中的静态方法
-
- createQueue(QueueMeta) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
- 创建队列
- createQueue(QueueMeta) -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 创建队列
- createQueueAsync(QueueMeta, AsyncCallback<String>) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- CreateQueueRequest - com.aliyun.mns.model.request.queue 中的 类
-
- CreateQueueRequest() -
类 com.aliyun.mns.model.request.queue.CreateQueueRequest 的构造方法
-
- createTime -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- createTopic(TopicMeta) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
- 根据Topic的meta数据,创建CloudTopic对象,用于后续的消息发送等
- createTopic(TopicMeta) -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 根据Topic的meta数据,创建CloudTopic对象,用于后续的消息发送等
- CreateTopicRequest - com.aliyun.mns.model.request.topic 中的 类
-
- CreateTopicRequest() -
类 com.aliyun.mns.model.request.topic.CreateTopicRequest 的构造方法
-
D
- DATE -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- DateUtil - com.aliyun.mns.common.utils 中的 类
- Util class for Date.
- DateUtil() -
类 com.aliyun.mns.common.utils.DateUtil 的构造方法
-
- DEFAULT_CHARSET -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- DEFAULT_CONTENT_TYPE -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- DEFAULT_ENCODING -
接口 com.aliyun.mns.common.utils.ServiceConstants 中的静态变量
-
- DEFAULT_MESSAGE_RETENTION_PERIOD -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- DEFAULT_NOTIFY_CONTENT_TYPE -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- DEFAULT_XML_NAMESPACE -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- DefaultMNSClient - com.aliyun.mns.client 中的 类
-
- DefaultMNSClient(String, String, String) -
类 com.aliyun.mns.client.DefaultMNSClient 的构造方法
- 使用指定的MNS Endpoint构造一个新的
MNSClient对象。
- DefaultMNSClient(String, String, String, ClientConfiguration) -
类 com.aliyun.mns.client.DefaultMNSClient 的构造方法
- 使用指定的MNS Endpoint和配置构造一个新的
MNSClient对象。
- DefaultMNSClient(ServiceCredentials, ServiceClient, String) -
类 com.aliyun.mns.client.DefaultMNSClient 的构造方法
-
- DefaultServiceClient - com.aliyun.mns.common.http 中的 类
- The default implementation of
ServiceClient. - DefaultServiceClient(ClientConfiguration) -
类 com.aliyun.mns.common.http.DefaultServiceClient 的构造方法
-
- DELAY_MESSAGES_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- DELAY_SECONDS_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- delayMessages -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- delaySeconds -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- delete() -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 删除队列
- delete() -
类 com.aliyun.mns.client.CloudTopic 中的方法
- delete topic
- deleteMessage(String) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 删除消息
- DeleteMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- DeleteMessageRequest() -
类 com.aliyun.mns.model.request.queue.DeleteMessageRequest 的构造方法
-
- DeleteQueueRequest - com.aliyun.mns.model.request.queue 中的 类
-
- DeleteQueueRequest() -
类 com.aliyun.mns.model.request.queue.DeleteQueueRequest 的构造方法
-
- DeleteTopicRequest - com.aliyun.mns.model.request.topic 中的 类
-
- DeleteTopicRequest() -
类 com.aliyun.mns.model.request.topic.DeleteTopicRequest 的构造方法
-
- DEQUEUE_COUNT_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.AccountDeserializer 中的方法
-
- deserialize(InputStream) -
接口 com.aliyun.mns.model.serialize.Deserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.queue.ErrorMessageListDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.queue.ErrorReceiptHandleListDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.queue.MessageDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.queue.MessageListDeserializer 中的方法
-
- deserialize(Document) -
类 com.aliyun.mns.model.serialize.queue.MessageListDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.queue.QueueArrayDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.queue.QueueMetaDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.topic.SubscriptionArraryDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.topic.SubscriptionDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.topic.TopicArraryDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.topic.TopicMessageDeserializer 中的方法
-
- deserialize(InputStream) -
类 com.aliyun.mns.model.serialize.topic.TopicMetaDeserializer 中的方法
-
- Deserializer<T> - com.aliyun.mns.model.serialize 中的 接口
-
- doDelete() -
类 com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback 中的方法
-
- doReceive() -
类 com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback 中的方法
-
E
- ENDPOINT_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ENQUEUE_TIME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- entrySet() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- ERROR_CODE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ERROR_HOST_ID_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ERROR_LIST_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ERROR_MESSAGE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ERROR_REQUEST_ID_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ERROR_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- errorCode -
类 com.aliyun.mns.model.ErrorMessageResult 中的变量
-
- ErrorMessage - com.aliyun.mns.model 中的 类
-
- ErrorMessage() -
类 com.aliyun.mns.model.ErrorMessage 的构造方法
-
- errorMessage -
类 com.aliyun.mns.model.ErrorMessageResult 中的变量
-
- ErrorMessageListDeserializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- ErrorMessageListDeserializer() -
类 com.aliyun.mns.model.serialize.queue.ErrorMessageListDeserializer 的构造方法
-
- ErrorMessageResult - com.aliyun.mns.model 中的 类
-
- ErrorMessageResult() -
类 com.aliyun.mns.model.ErrorMessageResult 的构造方法
-
- ErrorReceiptHandleListDeserializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- ErrorReceiptHandleListDeserializer() -
类 com.aliyun.mns.model.serialize.queue.ErrorReceiptHandleListDeserializer 的构造方法
-
- ETAG -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- ExceptionFactory - com.aliyun.mns.common.utils 中的 类
-
- ExceptionFactory() -
类 com.aliyun.mns.common.utils.ExceptionFactory 的构造方法
-
- ExceptionResultParser - com.aliyun.mns.common.http 中的 类
-
- ExceptionResultParser() -
类 com.aliyun.mns.common.http.ExceptionResultParser 的构造方法
-
- ExecutionContext - com.aliyun.mns.common.comm 中的 类
- The context information.
- ExecutionContext() -
类 com.aliyun.mns.common.comm.ExecutionContext 的构造方法
- Constructor.
- EXPIRES -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
F
- factory -
类 com.aliyun.mns.model.serialize.BaseXMLSerializer 中的静态变量
-
- failed(Exception) -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- FIRST_DEQUEUE_TIME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- formatAlternativeIso8601Date(Date) -
类 com.aliyun.mns.common.utils.DateUtil 中的静态方法
-
- formatIso8601Date(Date) -
类 com.aliyun.mns.common.utils.DateUtil 中的静态方法
-
- formatRfc822Date(Date) -
类 com.aliyun.mns.common.utils.DateUtil 中的静态方法
- Formats Date to GMT string.
- fromBase64String(String) -
类 com.aliyun.mns.common.utils.BinaryUtil 中的静态方法
-
G
- GenEndpointLocal() -
类 com.aliyun.mns.sample.HttpEndpoint 中的静态方法
- 静态方法,使用本机地址用于生成一个endpoint地址
- GenEndpointLocal(int) -
类 com.aliyun.mns.sample.HttpEndpoint 中的静态方法
- 静态方法,使用本机地址用于生成一个endpoint地址
- get(Object) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- getAccessKeyId() -
类 com.aliyun.mns.common.auth.ServiceCredentials 中的方法
- 获取访问用户的Access Key ID。
- getAccessKeySecret() -
类 com.aliyun.mns.common.auth.ServiceCredentials 中的方法
- 获取访问用户的Access Key Secret。
- getAccountEndpoint() -
类 com.aliyun.mns.client.CloudAccount 中的方法
-
- GetAccountRequest - com.aliyun.mns.model 中的 类
-
- GetAccountRequest() -
类 com.aliyun.mns.model.GetAccountRequest 的构造方法
-
- getActiveMessages() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列中活跃消息数
- getAlgorithm() -
类 com.aliyun.mns.common.auth.HmacSHA1Signature 中的方法
-
- getAlgorithm() -
类 com.aliyun.mns.common.auth.ServiceSignature 中的方法
- 获取签名的算法。
- getAsyncResult() -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- getAttribute() -
类 com.aliyun.mns.client.CloudTopic 中的方法
- get topic attribute
- getAttributes() -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 获取队列的属性
- getBatchSize() -
类 com.aliyun.mns.model.request.queue.BatchPeekMessageRequest 中的方法
-
- getBatchSize() -
类 com.aliyun.mns.model.request.queue.BatchReceiveMessageRequest 中的方法
-
- getCharset() -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
- Returns the default encoding (charset).
- getClientConfiguration() -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- getConnectionTimeout() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回建立连接的超时时间(单位:毫秒)。
- getContent() -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity 中的方法
-
- getContent() -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- getContentLength() -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity 中的方法
-
- getContentLength() -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- getCreateTime() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列的创建时间
- getCreateTime() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getCreateTime() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getDefaultRetryStrategy() -
类 com.aliyun.mns.common.http.DefaultServiceClient 中的方法
-
- getDefaultRetryStrategy() -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- getDefaultUserAgent() -
类 com.aliyun.mns.common.utils.VersionInfoUtils 中的静态方法
-
- getDelayMessages() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列中延时消息数
- getDelaySeconds() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息延时,单位是秒
- getDelaySeconds() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列的延时消息的延时,单位是秒
- getDequeueCount() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息出队次数
- getDocmentBuilder() -
类 com.aliyun.mns.model.serialize.BaseXMLSerializer 中的方法
-
- getEndpoint() -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- getEndpoint() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getEnqueueTime() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息入队时间
- getErrorCode() -
异常 com.aliyun.mns.common.ClientException 中的方法
- 获取异常的错误码
- getErrorCode() -
异常 com.aliyun.mns.common.ServiceException 中的方法
- 返回错误代码的字符串表示。
- getErrorCode() -
类 com.aliyun.mns.model.ErrorMessageResult 中的方法
-
- getErrorMessage() -
类 com.aliyun.mns.model.ErrorMessageResult 中的方法
-
- getErrorMessage() -
类 com.aliyun.mns.model.Message 中的方法
-
- getErrorMessageDetail() -
类 com.aliyun.mns.model.Message 中的方法
-
- getErrorMessages() -
异常 com.aliyun.mns.common.BatchDeleteException 中的方法
-
- getException() -
接口 com.aliyun.mns.client.AsyncResult 中的方法
-
- getException() -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- getFirstDequeueTime() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息第一次入队时间
- getFormattedString(String, Object...) -
类 com.aliyun.mns.common.utils.ResourceManager 中的方法
-
- getHeader(String) -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- getHeaders() -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- getHost() -
类 com.aliyun.mns.model.AbstractRequest 中的方法
-
- getHostId() -
异常 com.aliyun.mns.common.ServiceException 中的方法
- 返回Host标识。
- getHttpURI(String) -
类 com.aliyun.mns.client.Utils 中的静态方法
-
- getInactiveMessages() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列中不活跃消息数
- getInstance() -
类 com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor 中的静态方法
-
- getInstance(String) -
类 com.aliyun.mns.common.utils.ResourceManager 中的静态方法
-
- getInstance(String, Locale) -
类 com.aliyun.mns.common.utils.ResourceManager 中的静态方法
-
- getIoReactorThreadCount() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- getLastModifyTime() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列的最后修改时间
- getLastModifyTime() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getLastModifyTime() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getMarker() -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- getMarker() -
类 com.aliyun.mns.model.PagingListResult 中的方法
-
- getMaxConnections() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回允许打开的最大HTTP连接数。
- getMaxConnectionsPerRoute() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- getMaxErrorRetry() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回一个值表示当可重试的请求失败后最大的重试次数。
- getMaxMessageSize() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列消息的最大长度,单位是byte
- getMaxMessageSize() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getMaxRet() -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- getMessage() -
类 com.aliyun.mns.model.request.queue.SendMessageRequest 中的方法
-
- getMessage() -
类 com.aliyun.mns.model.request.topic.PublishMessageRequest 中的方法
-
- getMessageBody() -
类 com.aliyun.mns.model.Base64TopicMessage 中的方法
- 获取消息体,文本类型,获取的文本为消息体的base64编码
- getMessageBody() -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 获取消息体,文本类型,获取的文本是否为原始消息,由子类方法决定
- getMessageBody() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息体,文本类型
- getMessageBody() -
类 com.aliyun.mns.model.RawTopicMessage 中的方法
- 获取消息体,文本类型
- getMessageBodyAsBase64() -
类 com.aliyun.mns.model.Base64TopicMessage 中的方法
- 获取Base64编码的消息体
- getMessageBodyAsBase64() -
类 com.aliyun.mns.model.Message 中的方法
- 获取Base64编码的消息体
- getMessageBodyAsBytes() -
类 com.aliyun.mns.model.Message 中的方法
- 获取二进制消息体
- getMessageBodyAsBytes() -
类 com.aliyun.mns.model.TopicMessage 中的方法
- 获取二进制消息体
- getMessageBodyAsRawBytes() -
类 com.aliyun.mns.model.Message 中的方法
- 获取二进制消息体,仅支持转码为UTF-8
- getMessageBodyAsRawString() -
类 com.aliyun.mns.model.Message 中的方法
- 获取文本,UTF-8编码
- getMessageBodyAsString() -
类 com.aliyun.mns.model.Message 中的方法
- 获取文本消息体, 文本编码UTF-8
- getMessageBodyAsString(String) -
类 com.aliyun.mns.model.Message 中的方法
-
- getMessageBodyAsString() -
类 com.aliyun.mns.model.RawTopicMessage 中的方法
- 获取文本消息体
- getMessageBodyBytes() -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 获取消息体,二进制类型,该方法用于子类
- getMessageBodyMD5() -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 获取消息体的MD5
- getMessageCount() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getMessageId() -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 获取消息ID
- getMessageRetentionPeriod() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列消息的最长存活时间,单位是秒
- getMessageRetentionPeriod() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getMessages() -
异常 com.aliyun.mns.common.BatchSendException 中的方法
-
- getMessages() -
类 com.aliyun.mns.model.request.queue.BatchSendMessageRequest 中的方法
-
- getMeta() -
类 com.aliyun.mns.model.request.topic.SubscribeRequest 中的方法
-
- getMethod() -
类 com.aliyun.mns.common.http.MNSHttpDelete 中的方法
-
- getMethod() -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
- 获取HTTP的请求方法。
- getMethod() -
类 com.aliyun.mns.common.http.ServiceClient.Request 中的方法
-
- getMNSAccessKeyId() -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- getMNSAccessKeySecret() -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- getMNSAccountEndpoint() -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- getMNSClient() -
类 com.aliyun.mns.client.CloudAccount 中的方法
-
- getMNSSecurityToken() -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- getNextVisibleTime() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息下次可见时间
- getNotifyContentFormat() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getNotifyStrategy() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getParameters() -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- getPauseDelay(int) -
类 com.aliyun.mns.common.comm.RetryStrategy 中的方法
-
- getPollingWaitSeconds() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列消息的长轮询等待时间,单位是秒
- getPrefix() -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- getPriority() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息的优先级
- getProxyDomain() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回访问NTLM验证的代理服务器的Windows域名(可选)。
- getProxyHost() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回代理服务器主机地址。
- getProxyPassword() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回代理服务器验证的密码。
- getProxyPort() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回代理服务器端口。
- getProxyUsername() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回代理服务器验证的用户名。
- getProxyWorkstation() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回NTLM代理服务器的Windows工作站名称。
- GetQueueAttrRequest - com.aliyun.mns.model.request.queue 中的 类
-
- GetQueueAttrRequest() -
类 com.aliyun.mns.model.request.queue.GetQueueAttrRequest 的构造方法
-
- getQueueMeta() -
类 com.aliyun.mns.model.request.queue.CreateQueueRequest 中的方法
-
- getQueueName() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列的名字
- getQueueRef(String) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- getQueueRef(String) -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 根据队列的URL创建CloudQueue对象,后于后续对改对象的创建、查询等
- getQueueURL() -
类 com.aliyun.mns.client.CloudQueue 中的方法
-
- getQueueURL() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列的URL
- getReceiptHandle() -
类 com.aliyun.mns.model.Message 中的方法
- 获取消息句柄
- getReceiptHandle() -
类 com.aliyun.mns.model.request.queue.ChangeVisibilityTimeoutRequest 中的方法
-
- getReceiptHandle() -
类 com.aliyun.mns.model.request.queue.DeleteMessageRequest 中的方法
-
- getReceiptHandles() -
类 com.aliyun.mns.model.request.queue.BatchDeleteMessageRequest 中的方法
-
- getRequestId() -
异常 com.aliyun.mns.common.ServiceException 中的方法
- 返回Request标识。
- getRequestId() -
类 com.aliyun.mns.model.BaseMessage 中的方法
-
- getRequestPath() -
类 com.aliyun.mns.model.AbstractRequest 中的方法
-
- getResourcePath() -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- getResponseHandlers() -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- getResponseMessage() -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- getResquestHandlers() -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- getResult() -
接口 com.aliyun.mns.client.AsyncResult 中的方法
-
- getResult(long) -
接口 com.aliyun.mns.client.AsyncResult 中的方法
-
- getResult() -
类 com.aliyun.mns.model.PagingListResult 中的方法
-
- getRetryStrategy() -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- getSecurityToken() -
类 com.aliyun.mns.common.auth.ServiceCredentials 中的方法
- 获取security token。
- getSigner() -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- getSocketTimeout() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 返回通过打开的连接传输数据的超时时间(单位:毫秒)。
- getStatus() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getStatusCode() -
类 com.aliyun.mns.common.http.ResponseMessage 中的方法
-
- getString(String) -
类 com.aliyun.mns.common.utils.ResourceManager 中的方法
-
- getSubscriptionAttr(String) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- get subscription attribute
- GetSubscriptionAttrRequest - com.aliyun.mns.model.request.topic 中的 类
-
- GetSubscriptionAttrRequest() -
类 com.aliyun.mns.model.request.topic.GetSubscriptionAttrRequest 的构造方法
-
- getSubscriptionName() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getSubscriptionURL() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- GetTopicAttrRequest - com.aliyun.mns.model.request.topic 中的 类
-
- GetTopicAttrRequest() -
类 com.aliyun.mns.model.request.topic.GetTopicAttrRequest 的构造方法
-
- getTopicMeta() -
类 com.aliyun.mns.model.request.topic.CreateTopicRequest 中的方法
-
- getTopicName() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getTopicName() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getTopicOwner() -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- getTopicRef(String) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
- 根据Tpoic的URL创建CloudTopic对象,后于后续对改对象的创建、查询等
- getTopicRef(String) -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 根据Tpoic的URL创建CloudTopic对象,后于后续对改对象的创建、查询等
- getTopicURL() -
类 com.aliyun.mns.client.CloudTopic 中的方法
- get topic url
- getTopicURL() -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- getUri() -
类 com.aliyun.mns.common.http.ResponseMessage 中的方法
-
- getUri() -
类 com.aliyun.mns.common.http.ServiceClient.Request 中的方法
-
- getUserAgent() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 构造用户代理。
- getVersion() -
类 com.aliyun.mns.common.auth.HmacSHA1Signature 中的方法
-
- getVersion() -
类 com.aliyun.mns.common.auth.ServiceSignature 中的方法
- 获取签名算法的版本信息。
- getVersion() -
类 com.aliyun.mns.common.utils.VersionInfoUtils 中的静态方法
-
- getVisibilityTimeout() -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 获取队列消息的不可见时间,单位是秒
- getVisibilityTimeout() -
类 com.aliyun.mns.model.request.queue.ChangeVisibilityTimeoutRequest 中的方法
-
- getWaitSeconds() -
类 com.aliyun.mns.model.request.queue.BatchReceiveMessageRequest 中的方法
-
- getWaitSeconds() -
类 com.aliyun.mns.model.request.queue.ReceiveMessageRequest 中的方法
-
- getWithMeta() -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
H
- handle(ServiceClient.Request) -
接口 com.aliyun.mns.common.comm.RequestHandler 中的方法
- 预处理需要发送的请求数据
- handle(ResponseMessage) -
接口 com.aliyun.mns.common.comm.ResponseHandler 中的方法
- 处理返回的结果
- handle(HttpRequest, HttpResponse, HttpContext) -
类 com.aliyun.mns.sample.HttpEndpoint.NSHandler 中的方法
- process method for NSHandler
- handle(HttpRequest, HttpResponse, HttpContext) -
类 com.aliyun.mns.sample.HttpEndpoint.SimplifiedNSHandler 中的方法
- process method for NSHandler
- HmacSHA1Signature - com.aliyun.mns.common.auth 中的 类
- Hmac-SHA1签名。
- HmacSHA1Signature() -
类 com.aliyun.mns.common.auth.HmacSHA1Signature 的构造方法
-
- HOST -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- host -
类 com.aliyun.mns.model.AbstractRequest 中的变量
-
- HostId -
类 com.aliyun.mns.model.ErrorMessage 中的变量
-
- HttpCallback<T> - com.aliyun.mns.common.http 中的 类
-
- HttpCallback(ResultParser<T>, ResultParser<Exception>, AsyncCallback<T>) -
类 com.aliyun.mns.common.http.HttpCallback 的构造方法
-
- HttpClientConfig - com.aliyun.mns.common.http 中的 类
-
- HttpClientConfig() -
类 com.aliyun.mns.common.http.HttpClientConfig 的构造方法
-
- HttpEndpoint - com.aliyun.mns.sample 中的 类
- HTTP/1.1 file server,处理发送到/notifications的请求
- HttpEndpoint(int) -
类 com.aliyun.mns.sample.HttpEndpoint 的构造方法
- 构造函数,用指定端口构造HttpEndpoint对象
- HttpEndpoint() -
类 com.aliyun.mns.sample.HttpEndpoint 的构造方法
- 构造函数,构造HttpEndpoint对象,默认80端口
- HttpEndpoint.NSHandler - com.aliyun.mns.sample 中的 类
- core class for processing /notifications request
- HttpEndpoint.NSHandler() -
类 com.aliyun.mns.sample.HttpEndpoint.NSHandler 的构造方法
-
- HttpEndpoint.RequestListenerThread - com.aliyun.mns.sample 中的 类
- http listen work thread
- HttpEndpoint.RequestListenerThread(int, HttpService, SSLServerSocketFactory) -
类 com.aliyun.mns.sample.HttpEndpoint.RequestListenerThread 的构造方法
-
- HttpEndpoint.SimplifiedNSHandler - com.aliyun.mns.sample 中的 类
-
- HttpEndpoint.SimplifiedNSHandler() -
类 com.aliyun.mns.sample.HttpEndpoint.SimplifiedNSHandler 的构造方法
-
- HttpEndpoint.WorkerThread - com.aliyun.mns.sample 中的 类
- http work thread, it will dispatch /notifications to NSHandler
- HttpEndpoint.WorkerThread(HttpService, HttpServerConnection) -
类 com.aliyun.mns.sample.HttpEndpoint.WorkerThread 的构造方法
-
- HttpFactory - com.aliyun.mns.common.http 中的 类
- The factory to create HTTP-related objects.
- HttpFactory() -
类 com.aliyun.mns.common.http.HttpFactory 的构造方法
-
- HttpFactory.IdleConnectionMonitor - com.aliyun.mns.common.http 中的 类
-
- HttpHeaders - com.aliyun.mns.common.utils 中的 接口
- Contains the common HTTP headers.
- HttpMesssage - com.aliyun.mns.common.http 中的 类
- The base class for message of HTTP request and response.
- HttpMesssage() -
类 com.aliyun.mns.common.http.HttpMesssage 的构造方法
-
- HttpMethod - com.aliyun.mns.common 中的 枚举
- 表示HTTP的请求方法。
- HttpUtil - com.aliyun.mns.common.utils 中的 类
-
- HttpUtil() -
类 com.aliyun.mns.common.utils.HttpUtil 的构造方法
-
I
- INACTIVE_MESSAGES_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- inactiveMessages -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- insertRequestHandler(int, RequestHandler) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- insertResponseHandler(int, ResponseHandler) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- interrupt() -
类 com.aliyun.mns.sample.HttpEndpoint.RequestListenerThread 中的方法
-
- INVALID_RESPONSE -
接口 com.aliyun.mns.common.ClientErrorCode 中的静态变量
- 返回结果无法解析
- IOUtils - com.aliyun.mns.common.utils 中的 类
-
- IOUtils() -
类 com.aliyun.mns.common.utils.IOUtils 的构造方法
-
- isCancelled() -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- isChunked() -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity 中的方法
-
- isEmpty() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- isErrorMessage() -
类 com.aliyun.mns.model.Message 中的方法
-
- isExceptContinue() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- isMessageNotExist(ServiceException) -
类 com.aliyun.mns.client.CloudQueue 中的方法
-
- isNullOrEmpty(String) -
类 com.aliyun.mns.common.utils.CodingUtils 中的静态方法
-
- isOpen() -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- isOpen() -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 检查client是否为打开状态
- isOpen() -
类 com.aliyun.mns.common.http.DefaultServiceClient 中的方法
-
- isOpen() -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- isRepeatable() -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity 中的方法
-
- isRepeatable() -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity 中的方法
-
- isRepeatable() -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
- Whether or not the request can be repeatedly sent.
- isSoKeepAlive() -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- isStreaming() -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity 中的方法
-
- isSuccess() -
接口 com.aliyun.mns.client.AsyncResult 中的方法
-
- isSuccess() -
类 com.aliyun.mns.common.http.HttpCallback 中的方法
-
- isSuccessful() -
类 com.aliyun.mns.common.http.ResponseMessage 中的方法
-
J
- JaxbDateSerializer - com.aliyun.mns.common.parser 中的 类
-
- JaxbDateSerializer() -
类 com.aliyun.mns.common.parser.JaxbDateSerializer 的构造方法
-
- JAXBResultParser - com.aliyun.mns.common.parser 中的 类
- Implementation of
ResultParser with JAXB.- JAXBResultParser(Class<?>) -
类 com.aliyun.mns.common.parser.JAXBResultParser 的构造方法
-
K
- keySet() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
L
- LAST_MODIFIED -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- lastModifyTime -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- LASTMODIFYTIME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ListObjectRequest - com.aliyun.mns.model 中的 类
-
- ListObjectRequest() -
类 com.aliyun.mns.model.ListObjectRequest 的构造方法
-
- listQueue(String, String, Integer) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
- 列举队列
- listQueue(String, String, Integer) -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 列举队列
- ListQueueRequest - com.aliyun.mns.model.request.queue 中的 类
-
- ListQueueRequest() -
类 com.aliyun.mns.model.request.queue.ListQueueRequest 的构造方法
-
- listQueueURL(String, String, Integer) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
- 列举队列
- listQueueURL(String, String, Integer) -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 列举队列
- Lists - com.aliyun.mns.common.utils 中的 类
-
- Lists() -
类 com.aliyun.mns.common.utils.Lists 的构造方法
-
- ListSubscriptionRequest - com.aliyun.mns.model.request.topic 中的 类
-
- ListSubscriptionRequest() -
类 com.aliyun.mns.model.request.topic.ListSubscriptionRequest 的构造方法
-
- listSubscriptions(String, String, Integer) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- list topic subscription
- listSubscriptionUrls(String, String, Integer) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- list topic subscription
- listTopic(String, String, Integer) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- listTopic(String, String, Integer) -
接口 com.aliyun.mns.client.MNSClient 中的方法
-
- ListTopicRequest - com.aliyun.mns.model.request.topic 中的 类
-
- ListTopicRequest() -
类 com.aliyun.mns.model.request.topic.ListTopicRequest 的构造方法
-
- listTopicURL(String, String, Integer) -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- listTopicURL(String, String, Integer) -
接口 com.aliyun.mns.client.MNSClient 中的方法
-
- load() -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
- Load settings from the configuration file.
- LOCATION -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- LOCATION -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- LOCATION_MESSAGES -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- logger -
类 com.aliyun.mns.client.CloudTopic 中的静态变量
- log4j object
- logger -
类 com.aliyun.mns.client.Utils 中的静态变量
-
- logger -
类 com.aliyun.mns.sample.HttpEndpoint 中的静态变量
-
- logger -
类 com.aliyun.mns.sample.HttpEndpoint.NSHandler 中的变量
-
M
- main(String[]) -
类 com.aliyun.mns.sample.HttpEndpoint 中的静态方法
- 简单的使用, main函数demo
- main(String[]) -
类 com.aliyun.mns.sample.QueueSample 中的静态方法
-
- main(String[]) -
类 com.aliyun.mns.sample.TopicSample 中的静态方法
-
- marshal(Date) -
类 com.aliyun.mns.common.parser.JaxbDateSerializer 中的方法
-
- MAX_MESSAGE_RETENTION_PERIOD -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MAX_MESSAGE_SIZE -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MAX_MESSAGE_SIZE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- maxMessageSize -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- Message -
类 com.aliyun.mns.model.ErrorMessage 中的变量
-
- Message - com.aliyun.mns.model 中的 类
-
- Message() -
类 com.aliyun.mns.model.Message 的构造方法
-
- Message(String) -
类 com.aliyun.mns.model.Message 的构造方法
-
- Message(byte[]) -
类 com.aliyun.mns.model.Message 的构造方法
-
- Message.MessageBodyType - com.aliyun.mns.model 中的 枚举
-
- MESSAGE_BODY_MD5_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_BODY_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_COUNT_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_ERRORCODE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_ERRORMESSAGE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_ID_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_LIST_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_RETENTION_PERIOD_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MESSAGE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- messageBatchOperators() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- MessageDeserializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- MessageDeserializer() -
类 com.aliyun.mns.model.serialize.queue.MessageDeserializer 的构造方法
-
- MessageListDeserializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- MessageListDeserializer() -
类 com.aliyun.mns.model.serialize.queue.MessageListDeserializer 的构造方法
-
- MessageListSerializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- MessageListSerializer() -
类 com.aliyun.mns.model.serialize.queue.MessageListSerializer 的构造方法
-
- messageOperators() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- messageRetentionPeriod -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- MessageSerializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- MessageSerializer() -
类 com.aliyun.mns.model.serialize.queue.MessageSerializer 的构造方法
-
- Method -
类 com.aliyun.mns.model.ErrorMessage 中的变量
-
- METHOD_NAME -
类 com.aliyun.mns.common.http.MNSHttpDelete 中的静态变量
-
- MIN_MESSAGE_RETENTION_PERIOD -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- MNSClient - com.aliyun.mns.client 中的 接口
-
- MNSConstants - com.aliyun.mns.common 中的 接口
-
- MNSHttpDelete - com.aliyun.mns.common.http 中的 类
-
- MNSHttpDelete() -
类 com.aliyun.mns.common.http.MNSHttpDelete 的构造方法
-
- MNSHttpDelete(URI) -
类 com.aliyun.mns.common.http.MNSHttpDelete 的构造方法
-
- MNSHttpDelete(String) -
类 com.aliyun.mns.common.http.MNSHttpDelete 的构造方法
-
- mNum -
类 com.aliyun.mns.sample.Sample.TaskBase 中的变量
-
- mQueue -
类 com.aliyun.mns.sample.Sample.ConsumeTask 中的变量
-
- mQueue -
类 com.aliyun.mns.sample.Sample.ProduceTask 中的变量
-
- multiThreadHandleMsgs() -
类 com.aliyun.mns.sample.Sample 中的方法
-
N
- newLinkedList(Iterable<T>) -
类 com.aliyun.mns.common.utils.Lists 中的静态方法
-
- NEXT_MARKER_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- NEXT_VISIBLE_TIME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- NoRetryStrategy - com.aliyun.mns.common.comm 中的 类
-
- NoRetryStrategy() -
类 com.aliyun.mns.common.comm.NoRetryStrategy 的构造方法
-
- NOTIFY_CONTENT_FORMAT_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- NOTIFY_STRATEGY_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
O
- onFail(Exception) -
接口 com.aliyun.mns.client.AsyncCallback 中的方法
- Async callback handler at failed return.
- onFail(Exception) -
类 com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback 中的方法
-
- onFail(Exception) -
类 com.aliyun.mns.sample.Sample.SendAsyncCallback 中的方法
-
- onSuccess(T) -
接口 com.aliyun.mns.client.AsyncCallback 中的方法
- Async callback handler at successfully return.
- onSuccess(T) -
类 com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback 中的方法
-
- onSuccess(Message) -
类 com.aliyun.mns.sample.Sample.SendAsyncCallback 中的方法
-
- open() -
类 com.aliyun.mns.client.DefaultMNSClient 中的方法
-
- open() -
接口 com.aliyun.mns.client.MNSClient 中的方法
- 打开 client
- open() -
类 com.aliyun.mns.common.http.DefaultServiceClient 中的方法
-
- open() -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- output(Node, String, OutputStream) -
类 com.aliyun.mns.model.serialize.XmlUtil 中的静态方法
-
P
- PagingListResult<T> - com.aliyun.mns.model 中的 类
-
- PagingListResult() -
类 com.aliyun.mns.model.PagingListResult 的构造方法
-
- PARAM_WAITSECONDS -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- paramToQueryString(Map<String, String>, String) -
类 com.aliyun.mns.common.utils.HttpUtil 中的静态方法
- Encodes request parameters to a URL query.
- parse(ResponseMessage) -
类 com.aliyun.mns.common.http.ExceptionResultParser 中的方法
-
- parse(String) -
类 com.aliyun.mns.common.parser.JAXBResultParser 中的方法
-
- parse(ResponseMessage) -
类 com.aliyun.mns.common.parser.JAXBResultParser 中的方法
-
- parse(InputStream) -
类 com.aliyun.mns.common.parser.JAXBResultParser 中的方法
-
- parse(ResponseMessage) -
接口 com.aliyun.mns.common.parser.ResultParser 中的方法
- Converts the result from stream to a java object.
- parseIso8601Date(String) -
类 com.aliyun.mns.common.utils.DateUtil 中的静态方法
- Parse a date string in the format of ISO 8601.
- parseMeta(Element) -
类 com.aliyun.mns.model.serialize.topic.AbstractSubscriptionDeserializer 中的方法
-
- parseMeta(Element) -
类 com.aliyun.mns.model.serialize.topic.AbstractTopicMetaDeserializer 中的方法
-
- parseQueueMeta(Element) -
类 com.aliyun.mns.model.serialize.queue.AbstractQueueMetaDeserializer 中的方法
-
- parseRfc822Date(String) -
类 com.aliyun.mns.common.utils.DateUtil 中的静态方法
- Parses a GMT-format string.
- peekMessage() -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 查看队列消息
- PeekMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- PeekMessageRequest() -
类 com.aliyun.mns.model.request.queue.PeekMessageRequest 的构造方法
-
- POLLING_WAITSECONDS_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- pollingWaitSeconds -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- popMessage() -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 获取队列中的消息
- popMessage(int) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 获取队列中的消息
- PRIORITY_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- publishMessage(TopicMessage) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- publish message to topic, we will do base64 encode for message body before publish it to MNS server.
- PublishMessageRequest - com.aliyun.mns.model.request.topic 中的 类
-
- PublishMessageRequest() -
类 com.aliyun.mns.model.request.topic.PublishMessageRequest 的构造方法
-
- publishMsg() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- publishMsgUsingSimplifiedFormat() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- put(String, V) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- putAll(Map<? extends String, ? extends V>) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- putMessage(Message) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 发送消息, 消息体在发送到服务端前,我们会对消息体进行一次base64编码,如果你使用本SDK发送,
但用其他方式接收时,需要确认,接收方有无对消息体进行base64解码。
Q
- QUEUE_NAME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- QUEUE_PREFIX -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- QUEUE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- QUEUE_URL_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- QueueArrayDeserializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- QueueArrayDeserializer() -
类 com.aliyun.mns.model.serialize.queue.QueueArrayDeserializer 的构造方法
-
- QueueMeta - com.aliyun.mns.model 中的 类
-
- QueueMeta() -
类 com.aliyun.mns.model.QueueMeta 的构造方法
-
- QueueMetaDeserializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- QueueMetaDeserializer() -
类 com.aliyun.mns.model.serialize.queue.QueueMetaDeserializer 的构造方法
-
- QueueMetaSerializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- QueueMetaSerializer() -
类 com.aliyun.mns.model.serialize.queue.QueueMetaSerializer 的构造方法
-
- queueName -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
- queueOperators() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- QueueSample - com.aliyun.mns.sample 中的 类
-
- QueueSample() -
类 com.aliyun.mns.sample.QueueSample 的构造方法
-
- queueURL -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
R
- RANGE -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- rawMessageOperators() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- RawTopicMessage - com.aliyun.mns.model 中的 类
-
- RawTopicMessage() -
类 com.aliyun.mns.model.RawTopicMessage 的构造方法
-
- readStreamAsBytesArray(InputStream) -
类 com.aliyun.mns.common.utils.IOUtils 中的静态方法
-
- readStreamAsString(InputStream, String) -
类 com.aliyun.mns.common.utils.IOUtils 中的静态方法
-
- RECEIPT_HANDLE_LIST_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- RECEIPT_HANDLE_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- ReceiptHandleListSerializer - com.aliyun.mns.model.serialize.queue 中的 类
-
- ReceiptHandleListSerializer() -
类 com.aliyun.mns.model.serialize.queue.ReceiptHandleListSerializer 的构造方法
-
- ReceiveMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- ReceiveMessageRequest() -
类 com.aliyun.mns.model.request.queue.ReceiveMessageRequest 的构造方法
-
- remove(Object) -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- removeConnMgr(NHttpClientConnectionManager) -
类 com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor 中的方法
-
- removeParameter(String) -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- removeRequestHandler(RequestHandler) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- removeResponseHandler(ResponseHandler) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- RepeatableInputStreamEntity - com.aliyun.mns.common.comm 中的 类
-
- RepeatableInputStreamEntity(ServiceClient.Request) -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity 的构造方法
-
- RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity - com.aliyun.mns.common.comm 中的 类
- The default entity org.apache.http.entity.InputStreamEntity will close input stream after wirteTo was called.
- RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity(InputStream, long) -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity 的构造方法
-
- RequestHandler - com.aliyun.mns.common.comm 中的 接口
- 对即将发送的请求数据进行预处理
- RequestId -
类 com.aliyun.mns.model.ErrorMessage 中的变量
-
- RequestMessage - com.aliyun.mns.common.http 中的 类
- 表示发送请求的信息。
- RequestMessage() -
类 com.aliyun.mns.common.http.RequestMessage 的构造方法
- 构造函数。
- requestPath -
类 com.aliyun.mns.model.AbstractRequest 中的变量
-
- RequestSigner - com.aliyun.mns.common.auth 中的 接口
-
- RESOURCE_NAME_COMMON -
接口 com.aliyun.mns.common.utils.ServiceConstants 中的静态变量
-
- ResourceManager - com.aliyun.mns.common.utils 中的 类
- Manager class to get localized resources.
- ResponseHandler - com.aliyun.mns.common.comm 中的 接口
- 对返回结果进行处理。
- ResponseMessage - com.aliyun.mns.common.http 中的 类
- 表示返回结果的信息。
- ResponseMessage() -
类 com.aliyun.mns.common.http.ResponseMessage 的构造方法
- 构造函数。
- ResultParseException - com.aliyun.mns.common.parser 中的 异常
- The exception from parsing service result.
- ResultParseException() -
异常 com.aliyun.mns.common.parser.ResultParseException 的构造方法
-
- ResultParseException(String) -
异常 com.aliyun.mns.common.parser.ResultParseException 的构造方法
-
- ResultParseException(Throwable) -
异常 com.aliyun.mns.common.parser.ResultParseException 的构造方法
-
- ResultParseException(String, Throwable) -
异常 com.aliyun.mns.common.parser.ResultParseException 的构造方法
-
- ResultParser<T> - com.aliyun.mns.common.parser 中的 接口
- Used to convert an result stream to a java object.
- RetryStrategy - com.aliyun.mns.common.comm 中的 类
-
- RetryStrategy() -
类 com.aliyun.mns.common.comm.RetryStrategy 的构造方法
-
- run() -
类 com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor 中的方法
-
- run() -
类 com.aliyun.mns.sample.HttpEndpoint.RequestListenerThread 中的方法
-
- run() -
类 com.aliyun.mns.sample.HttpEndpoint.WorkerThread 中的方法
-
- run() -
类 com.aliyun.mns.sample.Sample.ConsumeTask 中的方法
-
- run() -
类 com.aliyun.mns.sample.Sample.ProduceTask 中的方法
-
- runQueue() -
类 com.aliyun.mns.sample.Sample 中的方法
-
- runTopic() -
类 com.aliyun.mns.sample.Sample 中的方法
-
S
- safeClose(InputStream) -
类 com.aliyun.mns.common.utils.IOUtils 中的静态方法
-
- safeClose(OutputStream) -
类 com.aliyun.mns.common.utils.IOUtils 中的静态方法
-
- safeCreateContentElement(Document, String, Object, String) -
类 com.aliyun.mns.model.serialize.XMLSerializer 中的方法
-
- safeGetElementContent(Element, String, String) -
类 com.aliyun.mns.model.serialize.XMLDeserializer 中的方法
-
- Sample - com.aliyun.mns.sample 中的 类
-
- Sample() -
类 com.aliyun.mns.sample.Sample 的构造方法
-
- Sample.ConsumeTask - com.aliyun.mns.sample 中的 类
-
- Sample.ConsumeTask(CloudQueue, int) -
类 com.aliyun.mns.sample.Sample.ConsumeTask 的构造方法
-
- Sample.ProduceTask - com.aliyun.mns.sample 中的 类
-
- Sample.ProduceTask(CloudQueue, int) -
类 com.aliyun.mns.sample.Sample.ProduceTask 的构造方法
-
- Sample.ReceiveDeleteAsyncCallback<T> - com.aliyun.mns.sample 中的 类
-
- Sample.ReceiveDeleteAsyncCallback(Sample.ConsumeTask) -
类 com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback 的构造方法
-
- Sample.SendAsyncCallback - com.aliyun.mns.sample 中的 类
-
- Sample.SendAsyncCallback(Sample.ProduceTask) -
类 com.aliyun.mns.sample.Sample.SendAsyncCallback 的构造方法
-
- Sample.TaskBase - com.aliyun.mns.sample 中的 类
-
- Sample.TaskBase() -
类 com.aliyun.mns.sample.Sample.TaskBase 的构造方法
-
- SECURITY_TOKEN -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- SendMessageRequest - com.aliyun.mns.model.request.queue 中的 类
-
- SendMessageRequest() -
类 com.aliyun.mns.model.request.queue.SendMessageRequest 的构造方法
-
- sendRequest(RequestMessage, ExecutionContext, HttpCallback<T>) -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
-
- sendRequestCore(ServiceClient.Request, ExecutionContext, HttpCallback<T>) -
类 com.aliyun.mns.common.http.DefaultServiceClient 中的方法
-
- sendRequestCore(ServiceClient.Request, ExecutionContext, HttpCallback<T>) -
类 com.aliyun.mns.common.http.ServiceClient 中的方法
- Implements the core logic to send requests to Aliyun services.
- serialize(List<Message>, String) -
类 com.aliyun.mns.model.serialize.queue.MessageListSerializer 中的方法
-
- serialize(Message, String) -
类 com.aliyun.mns.model.serialize.queue.MessageSerializer 中的方法
-
- serialize(QueueMeta, String) -
类 com.aliyun.mns.model.serialize.queue.QueueMetaSerializer 中的方法
-
- serialize(List<String>, String) -
类 com.aliyun.mns.model.serialize.queue.ReceiptHandleListSerializer 中的方法
-
- serialize(T, String) -
接口 com.aliyun.mns.model.serialize.Serializer 中的方法
-
- serialize(SubscriptionMeta, String) -
类 com.aliyun.mns.model.serialize.topic.SubscriptionSerializer 中的方法
-
- serialize(TopicMessage, String) -
类 com.aliyun.mns.model.serialize.topic.TopicMessageSerializer 中的方法
-
- serialize(TopicMeta, String) -
类 com.aliyun.mns.model.serialize.topic.TopicMetaSerializer 中的方法
-
- serialize(SubscriptionMeta, String) -
类 com.aliyun.mns.model.serialize.topic.UpdateSubscriptionSerializer 中的方法
-
- Serializer<T> - com.aliyun.mns.model.serialize 中的 接口
-
- ServiceClient - com.aliyun.mns.common.http 中的 类
- The client that accesses Aliyun services.
- ServiceClient(ClientConfiguration) -
类 com.aliyun.mns.common.http.ServiceClient 的构造方法
-
- ServiceClient.Request - com.aliyun.mns.common.http 中的 类
- A wrapper class to HttpMessage.
- ServiceClient.Request() -
类 com.aliyun.mns.common.http.ServiceClient.Request 的构造方法
-
- ServiceConstants - com.aliyun.mns.common.utils 中的 接口
-
- ServiceCredentials - com.aliyun.mns.common.auth 中的 类
- 表示用户访问的授权信息。
- ServiceCredentials() -
类 com.aliyun.mns.common.auth.ServiceCredentials 的构造方法
- 构造函数。
- ServiceCredentials(String, String, String) -
类 com.aliyun.mns.common.auth.ServiceCredentials 的构造方法
- 构造函数。
- ServiceCredentials(String, String) -
类 com.aliyun.mns.common.auth.ServiceCredentials 的构造方法
- 构造函数。
- ServiceException - com.aliyun.mns.common 中的 异常
-
表示阿里云服务返回的错误消息。
- ServiceException() -
异常 com.aliyun.mns.common.ServiceException 的构造方法
- 构造新实例。
- ServiceException(String) -
异常 com.aliyun.mns.common.ServiceException 的构造方法
- 用给定的异常信息构造新实例。
- ServiceException(Throwable) -
异常 com.aliyun.mns.common.ServiceException 的构造方法
- 用表示异常原因的对象构造新实例。
- ServiceException(String, Throwable) -
异常 com.aliyun.mns.common.ServiceException 的构造方法
- 用异常消息和表示异常原因的对象构造新实例。
- ServiceException(String, Throwable, String, String, String) -
异常 com.aliyun.mns.common.ServiceException 的构造方法
- 用异常消息和表示异常原因及其他信息的对象构造新实例。
- ServiceSettings - com.aliyun.mns.common.utils 中的 类
-
- ServiceSettings() -
类 com.aliyun.mns.common.utils.ServiceSettings 的构造方法
-
- ServiceSignature - com.aliyun.mns.common.auth 中的 类
- 表示用于计算访问签名的接口。
- ServiceSignature() -
类 com.aliyun.mns.common.auth.ServiceSignature 的构造方法
-
- setAccessKeyId(String) -
类 com.aliyun.mns.common.auth.ServiceCredentials 中的方法
- 设置访问用户的Access ID。
- setAccessKeySecret(String) -
类 com.aliyun.mns.common.auth.ServiceCredentials 中的方法
- 设置访问用户的Access Key Secret。
- setAccountEndpoint(String) -
类 com.aliyun.mns.client.CloudAccount 中的方法
-
- setActiveMessages(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
-
- setAttribute(TopicMeta) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- set tpoic attribute with given meta
- setAttributes(QueueMeta) -
类 com.aliyun.mns.client.CloudQueue 中的方法
- 设置队列属性
- setBaseMessageBody(byte[]) -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 设置消息体,二进制类型
- setBaseMessageBody(String) -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 设置消息体,文本类型,文本编码utf-8
- setBatchSize(int) -
类 com.aliyun.mns.model.request.queue.BatchPeekMessageRequest 中的方法
-
- setBatchSize(int) -
类 com.aliyun.mns.model.request.queue.BatchReceiveMessageRequest 中的方法
-
- setCharset(String) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
- Sets the default encoding (charset).
- setConnectionTimeout(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置建立连接的超时时间(单位:毫秒)。
- setContent(InputStream) -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- setContentLength(long) -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- setCreateTime(Date) -
类 com.aliyun.mns.model.QueueMeta 中的方法
-
- setCreateTime(Long) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setCreateTime(Long) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setDelayMessages(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
-
- setDelaySeconds(int) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息延时,单位是秒
- setDelaySeconds(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列的延时消息的延时,单位是秒
- setDequeueCount(int) -
类 com.aliyun.mns.model.Message 中的方法
-
- setEndpoint(URI) -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- setEndpoint(String) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setEnqueueTime(Date) -
类 com.aliyun.mns.model.Message 中的方法
-
- setErrorCode(String) -
类 com.aliyun.mns.model.ErrorMessageResult 中的方法
-
- setErrorMessage(String) -
类 com.aliyun.mns.model.ErrorMessageResult 中的方法
-
- setErrorMessage(ErrorMessageResult) -
类 com.aliyun.mns.model.Message 中的方法
-
- setErrorMessages(Map<String, ErrorMessageResult>) -
异常 com.aliyun.mns.common.BatchDeleteException 中的方法
-
- setExceptContinue(boolean) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- setFirstDequeueTime(Date) -
类 com.aliyun.mns.model.Message 中的方法
-
- setHeaders(Map<String, String>) -
类 com.aliyun.mns.common.http.HttpMesssage 中的方法
-
- setHost(String) -
类 com.aliyun.mns.model.AbstractRequest 中的方法
-
- setInactiveMessages(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
-
- setIoReactorThreadCount(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- setLastModifyTime(Date) -
类 com.aliyun.mns.model.QueueMeta 中的方法
-
- setLastModifyTime(Long) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setLastModifyTime(Long) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setMarker(String) -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- setMarker(String) -
类 com.aliyun.mns.model.PagingListResult 中的方法
-
- setMaxConnections(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置允许打开的最大HTTP连接数。
- setMaxConnectionsPerRoute(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- setMaxErrorRetry(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置一个值表示当可重试的请求失败后最大的重试次数。
- setMaxMessageSize(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列消息的最大长度,单位是byte
- setMaxMessageSize(Long) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setMaxRet(Integer) -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- setMessage(Message) -
类 com.aliyun.mns.model.request.queue.SendMessageRequest 中的方法
-
- setMessage(TopicMessage) -
类 com.aliyun.mns.model.request.topic.PublishMessageRequest 中的方法
-
- setMessageBody(String) -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 通过文体串来设置消息体
- setMessageBody(byte[]) -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 通过二进制来设置消息体
- setMessageBody(byte[]) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息体,二进制类型
- setMessageBody(byte[], Message.MessageBodyType) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息体,二进制类型
MessageBodyType 为 RAW_STRING时,原String仅支持UTF-8编码
- setMessageBody(String) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息体,文本类型,做Base64编码
- setMessageBody(String, Message.MessageBodyType) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息体,指定消息体的类型
MessageBodyType 为 RawString 时,使用UTF-8编码
- setMessageBody(byte[]) -
类 com.aliyun.mns.model.TopicMessage 中的方法
- 设置消息体,二进制类型
- setMessageBody(String) -
类 com.aliyun.mns.model.TopicMessage 中的方法
- 设置消息体,文本类型,文本编码utf-8
- setMessageBodyBytes(byte[]) -
类 com.aliyun.mns.model.BaseMessage 中的方法
- 设置消息体
- setMessageBodyMD5(String) -
类 com.aliyun.mns.model.BaseMessage 中的方法
-
- setMessageCount(Long) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setMessageId(String) -
类 com.aliyun.mns.model.BaseMessage 中的方法
-
- setMessageRetentionPeriod(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列消息的最长存活时间,单位是秒
- setMessageRetentionPeriod(Long) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setMessages(List<Message>) -
异常 com.aliyun.mns.common.BatchSendException 中的方法
-
- setMessages(List<Message>) -
类 com.aliyun.mns.model.request.queue.BatchSendMessageRequest 中的方法
-
- setMeta(SubscriptionMeta) -
类 com.aliyun.mns.model.request.topic.SubscribeRequest 中的方法
-
- setMethod(HttpMethod) -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
- 设置HTTP的请求方法。
- setMethod(HttpMethod) -
类 com.aliyun.mns.common.http.ServiceClient.Request 中的方法
-
- setMNSAccessKeyId(String) -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- setMNSAccessKeySecret(String) -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- setMNSAccountEndpoint(String) -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- setMNSSecurityToken(String) -
类 com.aliyun.mns.common.utils.ServiceSettings 中的静态方法
-
- setNextVisibleTime(Date) -
类 com.aliyun.mns.model.Message 中的方法
-
- setNotifyContentFormat(SubscriptionMeta.NotifyContentFormat) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setNotifyStrategy(SubscriptionMeta.NotifyStrategy) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setParameters(Map<String, String>) -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- setPollingWaitSeconds(Integer) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列消息的长轮询等待时间,单位是秒
- setPrefix(String) -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- setPriority(int) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息的优先级
- setProxyDomain(String) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置访问NTLM验证的代理服务器的Windows域名(可选)。
- setProxyHost(String) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置代理服务器主机地址。
- setProxyPassword(String) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置代理服务器验证的密码。
- setProxyPort(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置代理服务器端口。
- setProxyUsername(String) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置代理服务器验证的用户名。
- setProxyWorkstation(String) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置NTLM代理服务器的Windows工作站名称。
- SetQueueAttrRequest - com.aliyun.mns.model.request.queue 中的 类
-
- SetQueueAttrRequest() -
类 com.aliyun.mns.model.request.queue.SetQueueAttrRequest 的构造方法
-
- setQueueMeta(QueueMeta) -
类 com.aliyun.mns.model.request.queue.CreateQueueRequest 中的方法
-
- setQueueName(String) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列的名字
- setQueueURL(String) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列的URL
- setReceiptHandle(String) -
类 com.aliyun.mns.model.Message 中的方法
- 设置消息句柄
- setReceiptHandle(String) -
类 com.aliyun.mns.model.request.queue.ChangeVisibilityTimeoutRequest 中的方法
-
- setReceiptHandle(String) -
类 com.aliyun.mns.model.request.queue.DeleteMessageRequest 中的方法
-
- setReceiptHandles(List<String>) -
类 com.aliyun.mns.model.request.queue.BatchDeleteMessageRequest 中的方法
-
- setRequestId(String) -
类 com.aliyun.mns.model.BaseMessage 中的方法
-
- setRequestPath(String) -
类 com.aliyun.mns.model.AbstractRequest 中的方法
-
- setResourcePath(String) -
类 com.aliyun.mns.common.http.RequestMessage 中的方法
-
- setResult(List<T>) -
类 com.aliyun.mns.model.PagingListResult 中的方法
-
- setRetryStrategy(RetryStrategy) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- setSecurityToken(String) -
类 com.aliyun.mns.common.auth.ServiceCredentials 中的方法
- 设置访问用户的security token
- setSigner(RequestSigner) -
类 com.aliyun.mns.common.comm.ExecutionContext 中的方法
-
- setSocketTimeout(int) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置通过打开的连接传输数据的超时时间(单位:毫秒)。
- setSoKeepAlive(boolean) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
-
- setStatus(String) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setStatusCode(int) -
类 com.aliyun.mns.common.http.ResponseMessage 中的方法
-
- setSubscriptionAttr(SubscriptionMeta) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- set subscription attribute
- SetSubscriptionAttrRequest - com.aliyun.mns.model.request.topic 中的 类
-
- SetSubscriptionAttrRequest() -
类 com.aliyun.mns.model.request.topic.SetSubscriptionAttrRequest 的构造方法
-
- setSubscriptionName(String) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setSubscriptionURL(String) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setTimewait(long) -
接口 com.aliyun.mns.client.AsyncResult 中的方法
-
- SetTopicAttrRequest - com.aliyun.mns.model.request.topic 中的 类
-
- SetTopicAttrRequest() -
类 com.aliyun.mns.model.request.topic.SetTopicAttrRequest 的构造方法
-
- setTopicMeta(TopicMeta) -
类 com.aliyun.mns.model.request.topic.CreateTopicRequest 中的方法
-
- setTopicName(String) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setTopicName(String) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setTopicOwner(String) -
类 com.aliyun.mns.model.SubscriptionMeta 中的方法
-
- setTopicURL(String) -
类 com.aliyun.mns.model.TopicMeta 中的方法
-
- setUrl(String) -
类 com.aliyun.mns.common.http.ResponseMessage 中的方法
-
- setUrl(String) -
类 com.aliyun.mns.common.http.ServiceClient.Request 中的方法
-
- setUserAgent(String) -
类 com.aliyun.mns.common.http.ClientConfiguration 中的方法
- 设置用户代理。
- setVisibilityTimeout(Long) -
类 com.aliyun.mns.model.QueueMeta 中的方法
- 设置队列消息的不可见时间,单位是秒
- setVisibilityTimeout(int) -
类 com.aliyun.mns.model.request.queue.ChangeVisibilityTimeoutRequest 中的方法
-
- setWaitSeconds(int) -
类 com.aliyun.mns.model.request.queue.BatchReceiveMessageRequest 中的方法
-
- setWaitSeconds(Integer) -
类 com.aliyun.mns.model.request.queue.ReceiveMessageRequest 中的方法
-
- setWithMeta(Boolean) -
类 com.aliyun.mns.model.ListObjectRequest 中的方法
-
- shouldRetry(Exception, RequestMessage, ResponseMessage, int) -
类 com.aliyun.mns.common.comm.NoRetryStrategy 中的方法
-
- shouldRetry(Exception, RequestMessage, ResponseMessage, int) -
类 com.aliyun.mns.common.comm.RetryStrategy 中的方法
-
- shutdown() -
类 com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor 中的方法
-
- sign(RequestMessage) -
接口 com.aliyun.mns.common.auth.RequestSigner 中的方法
-
- size() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- SOCKET_TIMEOUT -
接口 com.aliyun.mns.common.ClientErrorCode 中的静态变量
- 远程服务socket读写超时
- start() -
类 com.aliyun.mns.common.http.DefaultServiceClient 中的方法
- 已过时。 use open instead
- start() -
类 com.aliyun.mns.sample.HttpEndpoint 中的方法
- start http server
- stop() -
类 com.aliyun.mns.sample.HttpEndpoint 中的方法
- stop http endpoint
- subscribe(SubscriptionMeta) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- subscribe this topic
- subscribeOper() -
类 com.aliyun.mns.sample.Sample 中的方法
- subscription 相关操作
- SubscribeRequest - com.aliyun.mns.model.request.topic 中的 类
-
- SubscribeRequest() -
类 com.aliyun.mns.model.request.topic.SubscribeRequest 的构造方法
-
- SUBSCRIPTION_NAME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- SUBSCRIPTION_STATUS -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- SUBSCRIPTION_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- SUBSCRIPTION_URL_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- SubscriptionArraryDeserializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- SubscriptionArraryDeserializer() -
类 com.aliyun.mns.model.serialize.topic.SubscriptionArraryDeserializer 的构造方法
-
- SubscriptionDeserializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- SubscriptionDeserializer() -
类 com.aliyun.mns.model.serialize.topic.SubscriptionDeserializer 的构造方法
-
- SubscriptionMeta - com.aliyun.mns.model 中的 类
-
- SubscriptionMeta() -
类 com.aliyun.mns.model.SubscriptionMeta 的构造方法
-
- SubscriptionMeta.NotifyContentFormat - com.aliyun.mns.model 中的 枚举
-
- SubscriptionMeta.NotifyStrategy - com.aliyun.mns.model 中的 枚举
-
- SubscriptionSerializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- SubscriptionSerializer() -
类 com.aliyun.mns.model.serialize.topic.SubscriptionSerializer 的构造方法
-
- SUBSRIPTION -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
T
- t -
类 com.aliyun.mns.sample.HttpEndpoint 中的静态变量
-
- toBase64String(byte[]) -
类 com.aliyun.mns.common.utils.BinaryUtil 中的静态方法
-
- TOPIC_NAME_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- TOPIC_OWNER_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- TOPIC_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- TOPIC_URL_TAG -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- TopicArraryDeserializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- TopicArraryDeserializer() -
类 com.aliyun.mns.model.serialize.topic.TopicArraryDeserializer 的构造方法
-
- TopicMessage - com.aliyun.mns.model 中的 类
-
- TopicMessage() -
类 com.aliyun.mns.model.TopicMessage 的构造方法
-
- TopicMessage.BodyType - com.aliyun.mns.model 中的 枚举
-
- TopicMessageDeserializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- TopicMessageDeserializer(TopicMessage.BodyType) -
类 com.aliyun.mns.model.serialize.topic.TopicMessageDeserializer 的构造方法
-
- TopicMessageSerializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- TopicMessageSerializer() -
类 com.aliyun.mns.model.serialize.topic.TopicMessageSerializer 的构造方法
-
- TopicMeta - com.aliyun.mns.model 中的 类
-
- TopicMeta() -
类 com.aliyun.mns.model.TopicMeta 的构造方法
-
- TopicMetaDeserializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- TopicMetaDeserializer() -
类 com.aliyun.mns.model.serialize.topic.TopicMetaDeserializer 的构造方法
-
- TopicMetaSerializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- TopicMetaSerializer() -
类 com.aliyun.mns.model.serialize.topic.TopicMetaSerializer 的构造方法
-
- topicOper() -
类 com.aliyun.mns.sample.Sample 中的方法
- topic 相关操作
- TopicSample - com.aliyun.mns.sample 中的 类
-
- TopicSample() -
类 com.aliyun.mns.sample.TopicSample 的构造方法
-
- toString() -
异常 com.aliyun.mns.common.ServiceException 中的方法
-
- toString() -
类 com.aliyun.mns.model.BaseMessage 中的方法
-
- toString() -
类 com.aliyun.mns.model.Message 中的方法
-
- TPOIC_PREFIX -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
U
- UNKNOWN -
接口 com.aliyun.mns.common.ClientErrorCode 中的静态变量
- 未知错误
- unmarshal(String) -
类 com.aliyun.mns.common.parser.JaxbDateSerializer 中的方法
-
- unsubscribe(String) -
类 com.aliyun.mns.client.CloudTopic 中的方法
- unsubscribe this topic
- UnsubscribeRequest - com.aliyun.mns.model.request.topic 中的 类
-
- UnsubscribeRequest() -
类 com.aliyun.mns.model.request.topic.UnsubscribeRequest 的构造方法
-
- updateCompleteCount() -
类 com.aliyun.mns.sample.Sample.TaskBase 中的方法
-
- UpdateSubscriptionSerializer - com.aliyun.mns.model.serialize.topic 中的 类
-
- UpdateSubscriptionSerializer() -
类 com.aliyun.mns.model.serialize.topic.UpdateSubscriptionSerializer 的构造方法
-
- urlEncode(String, String) -
类 com.aliyun.mns.common.utils.HttpUtil 中的静态方法
- Encode a URL segment with special chars replaced.
- USER_AGENT -
接口 com.aliyun.mns.common.utils.HttpHeaders 中的静态变量
-
- Utils - com.aliyun.mns.client 中的 类
-
- Utils() -
类 com.aliyun.mns.client.Utils 的构造方法
-
V
- valueOf(String) -
枚举 com.aliyun.mns.common.HttpMethod 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.mns.model.Message.MessageBodyType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.mns.model.SubscriptionMeta.NotifyContentFormat 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.mns.model.SubscriptionMeta.NotifyStrategy 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 com.aliyun.mns.model.TopicMessage.BodyType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 com.aliyun.mns.common.HttpMethod 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
类 com.aliyun.mns.common.utils.CaseInsensitiveMap 中的方法
-
- values() -
枚举 com.aliyun.mns.model.Message.MessageBodyType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.mns.model.SubscriptionMeta.NotifyContentFormat 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.mns.model.SubscriptionMeta.NotifyStrategy 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 com.aliyun.mns.model.TopicMessage.BodyType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- VersionInfoUtils - com.aliyun.mns.common.utils 中的 类
-
- VersionInfoUtils() -
类 com.aliyun.mns.common.utils.VersionInfoUtils 的构造方法
-
- VISIBILITY_TIMEOUT -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- visibilityTimeout -
类 com.aliyun.mns.model.QueueMeta 中的变量
-
W
- waitComplete() -
类 com.aliyun.mns.sample.Sample.TaskBase 中的方法
-
- writeTo(OutputStream) -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity 中的方法
-
- writeTo(OutputStream) -
类 com.aliyun.mns.common.comm.RepeatableInputStreamEntity 中的方法
-
X
- X_HEADER_MNS_API_VERSION -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- X_HEADER_MNS_API_VERSION_VALUE -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- X_HEADER_MNS_MARKER -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- X_HEADER_MNS_PREFIX -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- X_HEADER_MNS_QUEUE_PREFIX -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- X_HEADER_MNS_RET_NUMBERS -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- X_HEADER_MNS_WITH_META -
接口 com.aliyun.mns.common.MNSConstants 中的静态变量
-
- XMLDeserializer<T> - com.aliyun.mns.model.serialize 中的 类
-
- XMLDeserializer() -
类 com.aliyun.mns.model.serialize.XMLDeserializer 的构造方法
-
- xmlNodeToString(Node, String) -
类 com.aliyun.mns.model.serialize.XmlUtil 中的静态方法
-
- XMLSerializer<T> - com.aliyun.mns.model.serialize 中的 类
-
- XMLSerializer() -
类 com.aliyun.mns.model.serialize.XMLSerializer 的构造方法
-
- XmlUtil - com.aliyun.mns.model.serialize 中的 类
-
- XmlUtil() -
类 com.aliyun.mns.model.serialize.XmlUtil 的构造方法
-
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2016. All Rights Reserved.