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
 
ACCOUNT_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
AccountAttributes - com.aliyun.mns.model中的类
 
AccountAttributes() - 类 的构造器com.aliyun.mns.model.AccountAttributes
 
AccountAttributesDeserializer - com.aliyun.mns.model.serialize.account中的类
 
AccountAttributesDeserializer() - 类 的构造器com.aliyun.mns.model.serialize.account.AccountAttributesDeserializer
 
AccountAttributesSerializer - com.aliyun.mns.model.serialize.account中的类
 
AccountAttributesSerializer() - 类 的构造器com.aliyun.mns.model.serialize.account.AccountAttributesSerializer
 
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
 
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
 
addSmsReceiver(String, BatchSmsAttributes.SmsReceiverParams) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
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
AttributesValidationResult - com.aliyun.mns.model中的类
 
AttributesValidationResult() - 类 的构造器com.aliyun.mns.model.AttributesValidationResult
 
AUTHORIZATION - 接口 中的静态变量com.aliyun.mns.common.utils.HttpHeaders
 

B

Base64TopicMessage - com.aliyun.mns.model中的类
 
Base64TopicMessage() - 类 的构造器com.aliyun.mns.model.Base64TopicMessage
 
BaseAttributes - com.aliyun.mns.model中的接口
 
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
 
BatchSmsAttributes - com.aliyun.mns.model中的类
Created by liji on 2016/11/25.
BatchSmsAttributes() - 类 的构造器com.aliyun.mns.model.BatchSmsAttributes
 
BatchSmsAttributes.SmsReceiverParams - com.aliyun.mns.model中的类
 
BatchSmsAttributes.SmsReceiverParams() - 类 的构造器com.aliyun.mns.model.BatchSmsAttributes.SmsReceiverParams
 
BinaryUtil - com.aliyun.mns.common.utils中的类
 
BinaryUtil() - 类 的构造器com.aliyun.mns.common.utils.BinaryUtil
 
BooleanSerializer - com.aliyun.mns.common.utils中的类
 
BooleanSerializer() - 类 的构造器com.aliyun.mns.common.utils.BooleanSerializer
 
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
 
checkTransactionStatus(Message) - 接口 中的方法com.aliyun.mns.client.TransactionChecker
 
checkTransactionStatus(Message) - 类 中的方法com.aliyun.mns.sample.Queue.TransactionMessageDemo.MyTransactionChecker
 
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, String) - 异常错误 的构造器com.aliyun.mns.common.ClientException
用给定的异常信息构造新实例。
ClientException(Throwable) - 异常错误 的构造器com.aliyun.mns.common.ClientException
用表示异常原因的对象构造新实例。
ClientException(String, String, Throwable) - 异常错误 的构造器com.aliyun.mns.common.ClientException
用异常消息和表示异常原因的对象构造新实例。
ClientException(String, String, String, Throwable) - 异常错误 的构造器com.aliyun.mns.common.ClientException
用异常消息和表示异常原因的对象构造新实例。
clone() - 类 中的方法com.aliyun.mns.common.http.ClientConfiguration
 
close() - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
 
close() - 接口 中的方法com.aliyun.mns.client.MNSClient
关闭 client, close之后这个client的资源可能随时被释放
close() - 类 中的方法com.aliyun.mns.common.http.DefaultServiceClient
 
close() - 类 中的方法com.aliyun.mns.common.http.HttpMesssage
 
close() - 类 中的方法com.aliyun.mns.common.http.ServiceClient
 
closeServiceClient(ServiceClient) - 类 中的静态方法com.aliyun.mns.common.http.ServiceClientFactory
 
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
 
CloudPullTopic - com.aliyun.mns.client中的类
 
CloudPullTopic(CloudTopic, Vector<String>, Vector<CloudQueue>) - 类 的构造器com.aliyun.mns.client.CloudPullTopic
 
CloudPullTopicDemo - com.aliyun.mns.sample.Topic中的类
 
CloudPullTopicDemo() - 类 的构造器com.aliyun.mns.sample.Topic.CloudPullTopicDemo
 
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.account - 程序包 com.aliyun.mns.model.request.account
 
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.account - 程序包 com.aliyun.mns.model.serialize.account
 
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
 
com.aliyun.mns.sample.Queue - 程序包 com.aliyun.mns.sample.Queue
 
com.aliyun.mns.sample.Topic - 程序包 com.aliyun.mns.sample.Topic
 
commitMessage(String, int) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
commitMessage(Message, int) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
commitMessage(String) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
commitMessage(Message) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
计算签名。
ComsumerDemo - com.aliyun.mns.sample.Queue中的类
 
ComsumerDemo() - 类 的构造器com.aliyun.mns.sample.Queue.ComsumerDemo
 
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.
createPullTopic(TopicMeta, Vector<String>, boolean, QueueMeta) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
Creates topic for pull.
createPullTopic(TopicMeta, Vector<String>) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
Creates topic for pull.
createPullTopic(TopicMeta, Vector<String>, boolean, QueueMeta) - 接口 中的方法com.aliyun.mns.client.MNSClient
Creates transaction queue with default message life time and delayTime
createPullTopic(TopicMeta, Vector<String>) - 接口 中的方法com.aliyun.mns.client.MNSClient
Creates transaction queue with default message life time and delayTime
createQueue(QueueMeta) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
创建队列
createQueue(QueueMeta) - 接口 中的方法com.aliyun.mns.client.MNSClient
创建队列
createQueueAsync(QueueMeta, AsyncCallback<String>) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
 
CreateQueueDemo - com.aliyun.mns.sample.Queue中的类
 
CreateQueueDemo() - 类 的构造器com.aliyun.mns.sample.Queue.CreateQueueDemo
 
CreateQueueRequest - com.aliyun.mns.model.request.queue中的类
 
CreateQueueRequest() - 类 的构造器com.aliyun.mns.model.request.queue.CreateQueueRequest
 
createServiceClient(ClientConfiguration) - 类 中的静态方法com.aliyun.mns.common.http.ServiceClientFactory
 
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
 
createTransQueue(QueueMeta, TransactionChecker, long, long) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
Creates transaction queue.
createTransQueue(QueueMeta, TransactionChecker) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
Creates transaction queue with default message life time and delayTime
createTransQueue(QueueMeta) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
Creates transaction queue with default message life time and delayTime
createTransQueue(QueueMeta, TransactionChecker, long, long) - 接口 中的方法com.aliyun.mns.client.MNSClient
Creates transaction queue.
createTransQueue(QueueMeta, TransactionChecker) - 接口 中的方法com.aliyun.mns.client.MNSClient
Creates transaction queue with default message life time and delayTime
createTransQueue(QueueMeta) - 接口 中的方法com.aliyun.mns.client.MNSClient
Creates transaction queue with default message life time and delayTime

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
 
DAYU_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
DayuAttributes - com.aliyun.mns.model中的类
Created by liji on 16/5/25.
DayuAttributes() - 类 的构造器com.aliyun.mns.model.DayuAttributes
 
DEFAULT_CHARSET - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
DEFAULT_CONTENT_TYPE - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
DEFAULT_DELAY_TIME_IN_SECONDS - 类 中的静态变量com.aliyun.mns.client.TransactionQueue
 
DEFAULT_ENCODING - 接口 中的静态变量com.aliyun.mns.common.utils.ServiceConstants
 
DEFAULT_LIFE_TIME_IN_SECONDS - 类 中的静态变量com.aliyun.mns.client.TransactionQueue
 
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.
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.CloudPullTopic
 
delete(boolean) - 类 中的方法com.aliyun.mns.client.CloudPullTopic
 
delete() - 类 中的方法com.aliyun.mns.client.CloudQueue
删除队列
delete() - 类 中的方法com.aliyun.mns.client.CloudTopic
delete topic
delete(boolean) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
delete() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
deleteMessage(String) - 类 中的方法com.aliyun.mns.client.CloudQueue
删除消息
DeleteMessageRequest - com.aliyun.mns.model.request.queue中的类
 
DeleteMessageRequest() - 类 的构造器com.aliyun.mns.model.request.queue.DeleteMessageRequest
 
DeleteQueueDemo - com.aliyun.mns.sample.Queue中的类
 
DeleteQueueDemo() - 类 的构造器com.aliyun.mns.sample.Queue.DeleteQueueDemo
 
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(JsonElement, Type, JsonDeserializationContext) - 类 中的方法com.aliyun.mns.common.utils.BooleanSerializer
 
deserialize(InputStream) - 类 中的方法com.aliyun.mns.model.AccountDeserializer
 
deserialize(InputStream) - 类 中的方法com.aliyun.mns.model.serialize.account.AccountAttributesDeserializer
 
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中的接口
 
DIRECT_MAIL_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
doDelete() - 类 中的方法com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback
 
doLocalOperation(String) - 类 中的静态方法com.aliyun.mns.sample.Queue.TransactionMessageDemo2
 
doReceive() - 类 中的方法com.aliyun.mns.sample.Sample.ReceiveDeleteAsyncCallback
 
doTransaction(Message) - 接口 中的方法com.aliyun.mns.client.TransactionOperations
 
doTransaction(Message) - 类 中的方法com.aliyun.mns.sample.Queue.TransactionMessageDemo.MyTransactionOperations
 

E

ENDPOINT_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
ENQUEUE_TIME_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
entrySet() - 类 中的方法com.aliyun.mns.common.utils.CaseInsensitiveMap
 
equals(Object) - 类 中的方法com.aliyun.mns.common.http.ClientConfiguration
 
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
 
ExceptionResultParser - com.aliyun.mns.common.http中的类
 
ExceptionResultParser(String) - 类 的构造器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
 
FILTER_TAG_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
finalize() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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地址
generateBatchSmsEndpoint() - 类 中的方法com.aliyun.mns.client.CloudTopic
generate batch sms endpoint for subscription
generateDayuEndpoint(String) - 类 中的方法com.aliyun.mns.client.CloudTopic
generate mail endpoint for subscription
generateMailEndpoint(String) - 类 中的方法com.aliyun.mns.client.CloudTopic
generate mail endpoint for subscription
generateQueueEndpoint(String) - 类 中的方法com.aliyun.mns.client.CloudTopic
generate queue endpoint for subscription
generateQueueEndpoint(String, String) - 类 中的方法com.aliyun.mns.client.CloudTopic
 
generateSmsEndpoint(String) - 类 中的方法com.aliyun.mns.client.CloudTopic
generate sms endpoint for subscription
generateSmsEndpoint() - 类 中的方法com.aliyun.mns.client.CloudTopic
 
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。
GetAccountAttributes() - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
 
GetAccountAttributes() - 接口 中的方法com.aliyun.mns.client.MNSClient
获取当前用户的账号级别属性
getAccountAttributes() - 类 中的方法com.aliyun.mns.model.request.account.SetAccountAttributesRequest
 
GetAccountAttributesRequest - com.aliyun.mns.model.request.account中的类
 
GetAccountAttributesRequest() - 类 的构造器com.aliyun.mns.model.request.account.GetAccountAttributesRequest
 
getAccountEndpoint() - 类 中的方法com.aliyun.mns.client.CloudAccount
 
getAccountName() - 类 中的方法com.aliyun.mns.model.MailAttributes
 
GetAccountRequest - com.aliyun.mns.model中的类
 
GetAccountRequest() - 类 的构造器com.aliyun.mns.model.GetAccountRequest
 
getActiveMessages() - 类 中的方法com.aliyun.mns.model.QueueMeta
获取队列中活跃消息数
getAddressType() - 类 中的方法com.aliyun.mns.model.MailAttributes
 
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
 
getBatchSmsAttributes() - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
getCharset() - 类 中的方法com.aliyun.mns.common.comm.ExecutionContext
Returns the default encoding (charset).
getCheckIntervalInMillsecond() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
 
getDayuAttributes() - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
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
获取队列的延时消息的延时,单位是秒
getDelayTime() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
 
getFilterTag() - 类 中的方法com.aliyun.mns.model.SubscriptionMeta
 
getFirstDequeueTime() - 类 中的方法com.aliyun.mns.model.Message
获取消息第一次入队时间
getFormattedString(String, Object...) - 类 中的方法com.aliyun.mns.common.utils.ResourceManager
 
getFreeSignName() - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
getFreeSignName() - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
getFreeSignName() - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
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
 
getImportanceLevel() - 类 中的方法com.aliyun.mns.model.WebSocketAttributes
 
getInactiveMessages() - 类 中的方法com.aliyun.mns.model.QueueMeta
获取队列中不活跃消息数
getInnerQueue() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
 
getLifeTime() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
getLoggingBucket() - 类 中的方法com.aliyun.mns.model.AccountAttributes
 
getMailAttributes() - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
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.AttributesValidationResult
 
getMessage() - 类 中的方法com.aliyun.mns.model.request.queue.SendMessageRequest
 
getMessage() - 类 中的方法com.aliyun.mns.model.request.topic.PublishMessageRequest
 
getMessageAttributes() - 类 中的方法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
 
getMessageTag() - 类 中的方法com.aliyun.mns.model.TopicMessage
 
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
 
getParams() - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes.SmsReceiverParams
 
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
获取队列的名字
getQueueNameList() - 类 中的方法com.aliyun.mns.client.CloudPullTopic
 
getQueueRef(String) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
 
getQueueRef(String) - 接口 中的方法com.aliyun.mns.client.MNSClient
根据队列的URL创建CloudQueue对象,后于后续对改对象的创建、查询等
getQueueSubNamePrefix() - 类 中的方法com.aliyun.mns.client.CloudPullTopic
 
getQueueURL() - 类 中的方法com.aliyun.mns.client.CloudQueue
 
getQueueURL() - 类 中的方法com.aliyun.mns.model.QueueMeta
获取队列的URL
getRawTopic() - 类 中的方法com.aliyun.mns.client.CloudPullTopic
 
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
 
getReceiver() - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
getRequestId() - 异常错误 中的方法com.aliyun.mns.common.ClientException
 
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。
getServiceClientCount() - 类 中的静态方法com.aliyun.mns.common.http.ServiceClientFactory
 
getServiceClientHashCode() - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
 
getSigner() - 类 中的方法com.aliyun.mns.common.comm.ExecutionContext
 
getSmsAttributes() - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
getSmsParams() - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
getSmsParams() - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
getSmsParams() - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
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
 
getSubject() - 类 中的方法com.aliyun.mns.model.MailAttributes
 
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
 
getTemplateCode() - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
getTemplateCode() - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
getTemplateCode() - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
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
根据Topic的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
 
getTransactionTimeoutInSecond() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
getTransOpLogQueue() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
getTransQueueRef(String, TransactionChecker) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
Get reference to a transaction queue object by given queue name.
getTransQueueRef(String, TransactionChecker) - 接口 中的方法com.aliyun.mns.client.MNSClient
Get reference to a transaction queue object by given queue name.
getType() - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
getUri() - 类 中的方法com.aliyun.mns.common.http.ResponseMessage
 
getUri() - 类 中的方法com.aliyun.mns.common.http.ServiceClient.Request
 
getUserAgent() - 类 中的方法com.aliyun.mns.common.http.ClientConfiguration
构造用户代理。
getUserRequestId() - 类 中的方法com.aliyun.mns.common.http.HttpCallback
 
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
 
getWebSocketAttributes() - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
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
hashCode() - 类 中的方法com.aliyun.mns.common.http.ClientConfiguration
 
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>, String) - 类 的构造器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
 
isGenerateRequestId() - 类 中的方法com.aliyun.mns.common.http.ClientConfiguration
是否在SDK里生成Requestid
isHtml() - 类 中的方法com.aliyun.mns.model.MailAttributes
 
isLoggingEnabled() - 类 中的方法com.aliyun.mns.model.QueueMeta
队列是否开通了Logging功能
isLoggingEnabled() - 类 中的方法com.aliyun.mns.model.TopicMeta
 
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
 
isQueueExist() - 类 中的方法com.aliyun.mns.client.CloudQueue
Check if queue is exist already.
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.
isReplyToAddress() - 类 中的方法com.aliyun.mns.model.MailAttributes
 
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
 
isSuccess() - 类 中的方法com.aliyun.mns.model.AttributesValidationResult
 
isSuccessful() - 类 中的方法com.aliyun.mns.common.http.ResponseMessage
 

J

JavaSDKPerfTest - com.aliyun.mns.sample中的类
 
JavaSDKPerfTest() - 类 的构造器com.aliyun.mns.sample.JavaSDKPerfTest
 
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
列举队列
ListQueueDemo - com.aliyun.mns.sample.Queue中的类
 
ListQueueDemo() - 类 的构造器com.aliyun.mns.sample.Queue.ListQueueDemo
 
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.
load(String) - 类 中的静态方法com.aliyun.mns.common.utils.ServiceSettings
Load settings from a given 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
 
LOGGING_BUCKET_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
LOGGING_ENABLED_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
loggingEnabled - 类 中的变量com.aliyun.mns.model.QueueMeta
 
loggingEnabled - 类 中的变量com.aliyun.mns.model.TopicMeta
 

M

MailAttributes - com.aliyun.mns.model中的类
 
MailAttributes() - 类 的构造器com.aliyun.mns.model.MailAttributes
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.HttpEndpoint
简单的使用, main函数demo
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.JavaSDKPerfTest
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.ComsumerDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.CreateQueueDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.DeleteQueueDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.ListQueueDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.ProducerDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.TransactionMessageDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Queue.TransactionMessageDemo2
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.QueueSample
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.Topic.CloudPullTopicDemo
 
main(String[]) - 类 中的静态方法com.aliyun.mns.sample.TopicSample
 
marshal(Date) - 类 中的方法com.aliyun.mns.common.parser.JaxbDateSerializer
 
MAX_IMPORTANCE - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
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_ATTRIBUTES_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
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
 
MESSAGE_TAG_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
MessageAttributes - com.aliyun.mns.model中的类
 
MessageAttributes() - 类 的构造器com.aliyun.mns.model.MessageAttributes
 
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_IMPORTANCE - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
MIN_MESSAGE_RETENTION_PERIOD - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
MNS_USER_REQUEST_ID - 接口 中的静态变量com.aliyun.mns.common.utils.HttpHeaders
 
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
 
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.
parseConf() - 类 中的静态方法com.aliyun.mns.sample.JavaSDKPerfTest
 
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
 
ProducerDemo - com.aliyun.mns.sample.Queue中的类
 
ProducerDemo() - 类 的构造器com.aliyun.mns.sample.Queue.ProducerDemo
 
publishMessage(TopicMessage) - 类 中的方法com.aliyun.mns.client.CloudPullTopic
 
publishMessage(TopicMessage) - 类 中的方法com.aliyun.mns.client.CloudTopic
publish message to topic
publishMessage(RawTopicMessage, MessageAttributes) - 类 中的方法com.aliyun.mns.client.CloudTopic
publish raw message to topic
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
 
publishMsgWithTag() - 类 中的方法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
 
rollbackMessage(String) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
rollbackMessage(Message) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
 
sendPrepareMessage(Message) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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.
sendTransMessage(Message, TransactionOperations) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
serialize(Boolean, Type, JsonSerializationContext) - 类 中的方法com.aliyun.mns.common.utils.BooleanSerializer
 
serialize(AccountAttributes, String) - 类 中的方法com.aliyun.mns.model.serialize.account.AccountAttributesSerializer
 
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(PublishMessageRequest, 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
 
ServiceClientFactory - com.aliyun.mns.common.http中的类
 
ServiceClientFactory() - 类 的构造器com.aliyun.mns.common.http.ServiceClientFactory
 
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, String) - 异常错误 的构造器com.aliyun.mns.common.ServiceException
用给定的异常信息构造新实例。
ServiceException(Throwable) - 异常错误 的构造器com.aliyun.mns.common.ServiceException
用表示异常原因的对象构造新实例。
ServiceException(String, 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
 
set_CONNECTION_MANAGER_LIMIT(int) - 类 中的方法com.aliyun.mns.common.http.HttpFactory.IdleConnectionMonitor
 
setAccessKeyId(String) - 类 中的方法com.aliyun.mns.common.auth.ServiceCredentials
设置访问用户的Access ID。
setAccessKeySecret(String) - 类 中的方法com.aliyun.mns.common.auth.ServiceCredentials
设置访问用户的Access Key Secret。
SetAccountAttributes(AccountAttributes) - 类 中的方法com.aliyun.mns.client.DefaultMNSClient
 
SetAccountAttributes(AccountAttributes) - 接口 中的方法com.aliyun.mns.client.MNSClient
设置当前用户的账号级别属性
setAccountAttributes(AccountAttributes) - 类 中的方法com.aliyun.mns.model.request.account.SetAccountAttributesRequest
 
SetAccountAttributesRequest - com.aliyun.mns.model.request.account中的类
 
SetAccountAttributesRequest() - 类 的构造器com.aliyun.mns.model.request.account.SetAccountAttributesRequest
 
setAccountEndpoint(String) - 类 中的方法com.aliyun.mns.client.CloudAccount
 
setAccountName(String) - 类 中的方法com.aliyun.mns.model.MailAttributes
 
setActiveMessages(Long) - 类 中的方法com.aliyun.mns.model.QueueMeta
 
setAddressType(int) - 类 中的方法com.aliyun.mns.model.MailAttributes
 
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
 
setBatchSmsAttributes(BatchSmsAttributes) - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
setCallbackThreadCount(int) - 类 中的静态方法com.aliyun.mns.client.CloudAccount
设置异步callback需要的ThreadPool
setCallbackThreadCount(int) - 类 中的静态方法com.aliyun.mns.common.http.HttpCallback
 
setCharset(String) - 类 中的方法com.aliyun.mns.common.comm.ExecutionContext
Sets the default encoding (charset).
setCheckIntervalInMillsecond(long) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
 
setDayuAttributes(DayuAttributes) - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
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
 
setFilterTag(String) - 类 中的方法com.aliyun.mns.model.SubscriptionMeta
最多16个字符
setFirstDequeueTime(Date) - 类 中的方法com.aliyun.mns.model.Message
 
setFreeSignName(String) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
setFreeSignName(String) - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
setFreeSignName(String) - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
setFuture(Future<HttpResponse>) - 接口 中的方法com.aliyun.mns.client.AsyncResult
 
setGenerateRequestId(boolean) - 类 中的方法com.aliyun.mns.common.http.ClientConfiguration
设置是否在SDK里生成Requestid
setHeaders(Map<String, String>) - 类 中的方法com.aliyun.mns.common.http.HttpMesssage
 
setHost(String) - 类 中的方法com.aliyun.mns.model.AbstractRequest
 
setHtml(boolean) - 类 中的方法com.aliyun.mns.model.MailAttributes
 
setImportanceLevel(Integer) - 类 中的方法com.aliyun.mns.model.WebSocketAttributes
 
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
 
setLoggingBucket(String) - 类 中的方法com.aliyun.mns.model.AccountAttributes
 
setLoggingEnabled(boolean) - 类 中的方法com.aliyun.mns.model.QueueMeta
设置开通队列的Logging功能
setLoggingEnabled(boolean) - 类 中的方法com.aliyun.mns.model.TopicMeta
 
setMailAttributes(MailAttributes) - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
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(String) - 类 中的方法com.aliyun.mns.model.AttributesValidationResult
 
setMessage(Message) - 类 中的方法com.aliyun.mns.model.request.queue.SendMessageRequest
 
setMessage(TopicMessage) - 类 中的方法com.aliyun.mns.model.request.topic.PublishMessageRequest
 
setMessageAttributes(MessageAttributes) - 类 中的方法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
 
setMessageTag(String) - 类 中的方法com.aliyun.mns.model.TopicMessage
 
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
 
setParam(String, String) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes.SmsReceiverParams
 
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
设置队列的名字
setQueueSubNamePrefix(String) - 类 中的方法com.aliyun.mns.client.CloudPullTopic
 
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
 
setReceiver(String) - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
setReplyToAddress(boolean) - 类 中的方法com.aliyun.mns.model.MailAttributes
 
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
 
setSmsAttributes(SmsAttributes) - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
setSmsParam(String, String) - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
setSmsParam(String, String) - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
setSmsParams(String) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
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
 
setSubject(String) - 类 中的方法com.aliyun.mns.model.MailAttributes
 
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
 
setSuccess(boolean) - 类 中的方法com.aliyun.mns.model.AttributesValidationResult
 
setTemplateCode(String) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
setTemplateCode(String) - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
setTemplateCode(String) - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
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
 
setTransactionTimeoutInSecond(int) - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
setType(String) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
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
 
setWebSocketAttributes(WebSocketAttributes) - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
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
 
SMS_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
SmsAttributes - com.aliyun.mns.model中的类
Created by liji on 16/9/21.
SmsAttributes() - 类 的构造器com.aliyun.mns.model.SmsAttributes
 
SOCKET_TIMEOUT - 接口 中的静态变量com.aliyun.mns.common.ClientErrorCode
远程服务socket读写超时
start() - 类 中的方法com.aliyun.mns.sample.HttpEndpoint
start http server
stop() - 类 中的方法com.aliyun.mns.sample.HttpEndpoint
stop http endpoint
stopCheckThread() - 类 中的方法com.aliyun.mns.client.TransactionQueue
 
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
 
toJson(Gson) - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
toJson(Gson) - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
toJson(Gson) - 类 中的方法com.aliyun.mns.model.MailAttributes
 
toJson(Gson) - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
toJson(Gson) - 类 中的方法com.aliyun.mns.model.WebSocketAttributes
 
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.ClientException
 
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
 
TransactionChecker - com.aliyun.mns.client中的接口
 
TransactionMessageDemo - com.aliyun.mns.sample.Queue中的类
 
TransactionMessageDemo() - 类 的构造器com.aliyun.mns.sample.Queue.TransactionMessageDemo
 
TransactionMessageDemo.MyTransactionChecker - com.aliyun.mns.sample.Queue中的类
 
TransactionMessageDemo.MyTransactionChecker() - 类 的构造器com.aliyun.mns.sample.Queue.TransactionMessageDemo.MyTransactionChecker
 
TransactionMessageDemo.MyTransactionOperations - com.aliyun.mns.sample.Queue中的类
 
TransactionMessageDemo.MyTransactionOperations() - 类 的构造器com.aliyun.mns.sample.Queue.TransactionMessageDemo.MyTransactionOperations
 
TransactionMessageDemo2 - com.aliyun.mns.sample.Queue中的类
 
TransactionMessageDemo2() - 类 的构造器com.aliyun.mns.sample.Queue.TransactionMessageDemo2
 
TransactionOperations - com.aliyun.mns.client中的接口
 
TransactionQueue - com.aliyun.mns.client中的类
 
TransactionQueue(CloudQueue, CloudQueue, TransactionChecker, long, long) - 类 的构造器com.aliyun.mns.client.TransactionQueue
 

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

validate() - 接口 中的方法com.aliyun.mns.model.BaseAttributes
 
validate() - 类 中的方法com.aliyun.mns.model.BatchSmsAttributes
 
validate() - 类 中的方法com.aliyun.mns.model.DayuAttributes
 
validate() - 类 中的方法com.aliyun.mns.model.MailAttributes
 
validate() - 类 中的方法com.aliyun.mns.model.MessageAttributes
 
validate() - 类 中的方法com.aliyun.mns.model.SmsAttributes
 
validate() - 类 中的方法com.aliyun.mns.model.WebSocketAttributes
 
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
 
WEBSOCKET_TAG - 接口 中的静态变量com.aliyun.mns.common.MNSConstants
 
WebSocketAttributes - com.aliyun.mns.model中的类
Created by liji on 2016/11/8.
WebSocketAttributes() - 类 的构造器com.aliyun.mns.model.WebSocketAttributes
 
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_REQUEST_ID - 接口 中的静态变量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.