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

com.github.liuyehcf.framework.rpc.maple.netty.NettyConst Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.liuyehcf.framework.rpc.maple.netty;

/**
 * @author hechenfeng
 * @date 2019/3/21
 */
public interface NettyConst {
    String PACKET_HANDLER_NAME = "PacketHandler";
    String CONSUMER_HANDLER_NAME = "ConsumerHandler";
    String PROVIDER_HANDLER_NAME = "ProviderHandler";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy