All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.dubbo.rpc.protocol.thrift.ThriftConstants Maven / Gradle / Ivy

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() {}
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy