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

[refractor] remove package handler to remoting package

上级 864991d5
package github.javaguide.handler;
package github.javaguide.remoting.handler;
import github.javaguide.remoting.dto.RpcRequest;
import github.javaguide.remoting.dto.RpcResponse;
......
......@@ -2,7 +2,7 @@ package github.javaguide.remoting.transport.netty.server;
import github.javaguide.enumeration.RpcMessageTypeEnum;
import github.javaguide.factory.SingletonFactory;
import github.javaguide.handler.RpcRequestHandler;
import github.javaguide.remoting.handler.RpcRequestHandler;
import github.javaguide.remoting.dto.RpcRequest;
import github.javaguide.remoting.dto.RpcResponse;
import io.netty.channel.ChannelFutureListener;
......
......@@ -2,7 +2,7 @@ package github.javaguide.remoting.transport.socket;
import github.javaguide.remoting.dto.RpcRequest;
import github.javaguide.remoting.dto.RpcResponse;
import github.javaguide.handler.RpcRequestHandler;
import github.javaguide.remoting.handler.RpcRequestHandler;
import github.javaguide.factory.SingletonFactory;
import lombok.extern.slf4j.Slf4j;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册