提交 f9822efb 编写于 作者: S shuang.kou

[feat]add idle check

上级 ce59dd2b
...@@ -5,6 +5,5 @@ package github.javaguide.enumeration; ...@@ -5,6 +5,5 @@ package github.javaguide.enumeration;
* @createTime 2020年06月16日 20:34:00 * @createTime 2020年06月16日 20:34:00
*/ */
public enum RpcMessageTypeEnum { public enum RpcMessageTypeEnum {
HEART_BEAT, HEART_BEAT
RPC_REQUEST
} }
package github.javaguide.remoting.transport.netty.client; package github.javaguide.remoting.transport.netty.client;
import github.javaguide.factory.SingletonFactory; import github.javaguide.factory.SingletonFactory;
import github.javaguide.remoting.transport.netty.client.NettyClient;
import io.netty.channel.Channel; import io.netty.channel.Channel;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册