com.aliyun.mns.client
类 Utils

java.lang.Object
  继承者 com.aliyun.mns.client.Utils

public class Utils
extends Object


字段摘要
static org.apache.log4j.Logger logger
           
 
构造方法摘要
Utils()
           
 
方法摘要
static boolean checkName(String name)
           
static boolean checkQueueName(String name)
           
static boolean checkSubscriptionName(String name)
           
static boolean checkTopicName(String name)
           
static URI getHttpURI(String endpoint)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

logger

public static org.apache.log4j.Logger logger
构造方法详细信息

Utils

public Utils()
方法详细信息

getHttpURI

public static URI getHttpURI(String endpoint)

checkName

public static boolean checkName(String name)

checkQueueName

public static boolean checkQueueName(String name)

checkTopicName

public static boolean checkTopicName(String name)

checkSubscriptionName

public static boolean checkSubscriptionName(String name)


Copyright © 2016. All Rights Reserved.