提交 fdd0421c 编写于 作者: 武汉红喜's avatar 武汉红喜

rename package name

上级 3a238844
package org.hongxi.whatsmars.remoting.netty;
package org.hongxi.whatsmars.remoting.transport.netty;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelFuture;
......
package org.hongxi.whatsmars.remoting.netty;
package org.hongxi.whatsmars.remoting.transport.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
......
package org.hongxi.whatsmars.remoting.netty;
package org.hongxi.whatsmars.remoting.transport.netty;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture;
......
package org.hongxi.whatsmars.remoting.netty;
package org.hongxi.whatsmars.remoting.transport.netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
......
package org.hongxi.whatsmars.remoting.netty.support.http;
package org.hongxi.whatsmars.remoting.transport.netty.support.http;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.Channel;
......
package org.hongxi.whatsmars.remoting.netty.support.http;
package org.hongxi.whatsmars.remoting.transport.netty.support.http;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelFutureListener;
......
package org.hongxi.whatsmars.remoting.netty.support.http;
package org.hongxi.whatsmars.remoting.transport.netty.support.http;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册