qihoo.open.v1
类 Open

java.lang.Object
  继承者 qihoo.open.v1.Open
所有已实现的接口:
Serializable

public class Open
extends Object
implements Serializable

另请参见:
序列化表格

字段摘要
static List<String> noProxyMethods
           
static List<String> noVersionMethods
           
static List<String> reportServiceName
           
static List<String> toolServiceName
           
 
构造方法摘要
Open()
           
 
方法摘要
static org.apache.commons.httpclient.HttpClient getClient()
           
static List<String> getForbiddenFiledMap(String key)
           
static List<String> getRequiredFiledMap(String key)
           
static List<Class<? extends IValidate>> getValidateMap(String key)
           
static void initHttpClient(int maxConPerHost, int conTimeOutMs, int soTimeOutMs, int maxSize)
           
static void registerAll(String... packages)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

noProxyMethods

public static List<String> noProxyMethods

noVersionMethods

public static List<String> noVersionMethods

toolServiceName

public static List<String> toolServiceName

reportServiceName

public static List<String> reportServiceName
构造方法详细信息

Open

public Open()
方法详细信息

getRequiredFiledMap

public static List<String> getRequiredFiledMap(String key)

getForbiddenFiledMap

public static List<String> getForbiddenFiledMap(String key)

getValidateMap

public static List<Class<? extends IValidate>> getValidateMap(String key)

initHttpClient

public static void initHttpClient(int maxConPerHost,
                                  int conTimeOutMs,
                                  int soTimeOutMs,
                                  int maxSize)

getClient

public static org.apache.commons.httpclient.HttpClient getClient()

registerAll

public static void registerAll(String... packages)


Copyright © 2013. All rights reserved.