com.alibaba.dubbo.rpc.protocol.thrift
Class ThriftConstants

java.lang.Object
  extended by com.alibaba.dubbo.rpc.protocol.thrift.ThriftConstants

public final class ThriftConstants
extends Object

Author:
kimi

Field Summary
static String BINARY_THRIFT_PROTOCOL
           
static String CLASS_NAME_GENERATOR_KEY
           
static String DEFAULT_PROTOCOL
           
static String THRIFT_PROTOCOL_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THRIFT_PROTOCOL_KEY

public static final String THRIFT_PROTOCOL_KEY
See Also:
Constant Field Values

BINARY_THRIFT_PROTOCOL

public static final String BINARY_THRIFT_PROTOCOL
See Also:
Constant Field Values

CLASS_NAME_GENERATOR_KEY

public static final String CLASS_NAME_GENERATOR_KEY
See Also:
Constant Field Values

DEFAULT_PROTOCOL

public static final String DEFAULT_PROTOCOL
See Also:
Constant Field Values


Copyright © 2012–2017 Alibaba. All rights reserved.