com.alipay.remoting.rpc
Class RpcConfigs

java.lang.Object
  extended by com.alipay.remoting.rpc.RpcConfigs

public class RpcConfigs
extends Object

Constants for rpc.


Field Summary
static String CONNECT_TIMEOUT_KEY
          Connection timeout key in url.
static String CONNECTION_NUM_KEY
          Connection number key of each address
static String CONNECTION_WARMUP_KEY
          whether need to warm up connections
static String URL_PROTOCOL
          Protocol key in url.
static String URL_VERSION
          Version key in url.
 
Constructor Summary
RpcConfigs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_PROTOCOL

public static final String URL_PROTOCOL
Protocol key in url.

See Also:
Constant Field Values

URL_VERSION

public static final String URL_VERSION
Version key in url.

See Also:
Constant Field Values

CONNECT_TIMEOUT_KEY

public static final String CONNECT_TIMEOUT_KEY
Connection timeout key in url.

See Also:
Constant Field Values

CONNECTION_NUM_KEY

public static final String CONNECTION_NUM_KEY
Connection number key of each address

See Also:
Constant Field Values

CONNECTION_WARMUP_KEY

public static final String CONNECTION_WARMUP_KEY
whether need to warm up connections

See Also:
Constant Field Values
Constructor Detail

RpcConfigs

public RpcConfigs()


Copyright © 2018. All rights reserved.