
com.alibaba.dubbo.rpc.protocol.thrift.ThriftConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dubbo2 Show documentation
Show all versions of dubbo2 Show documentation
The all in one project of dubbo2
The newest version!
package com.alibaba.dubbo.rpc.protocol.thrift;
/**
* @author kimi
*/
public final class ThriftConstants {
public static final String THRIFT_PROTOCOL_KEY = "thrift.protocol";
public static final String BINARY_THRIFT_PROTOCOL = "binary";
public static final String CLASS_NAME_GENERATOR_KEY = "class.name.generator";
public static final String DEFAULT_PROTOCOL = BINARY_THRIFT_PROTOCOL;
private ThriftConstants() {}
}