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

whatsmars-rpc

上级 f9720321
package org.hongxi.lightrpc.remoting.netty4; package org.hongxi.whatsmars.remoting.netty4;
import io.netty.bootstrap.Bootstrap; import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelFuture;
......
package org.hongxi.lightrpc.remoting.netty4; package org.hongxi.whatsmars.remoting.netty4;
import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled; import io.netty.buffer.Unpooled;
......
package org.hongxi.lightrpc.remoting.netty4; package org.hongxi.whatsmars.remoting.netty4;
import io.netty.bootstrap.ServerBootstrap; import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelFuture;
......
package org.hongxi.lightrpc.remoting.netty4; package org.hongxi.whatsmars.remoting.netty4;
import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled; import io.netty.buffer.Unpooled;
......
package org.hongxi.lightrpc.remoting.netty4.support.http; package org.hongxi.whatsmars.remoting.netty4.support.http;
import io.netty.bootstrap.ServerBootstrap; import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.Channel; import io.netty.channel.Channel;
......
package org.hongxi.lightrpc.remoting.netty4.support.http; package org.hongxi.whatsmars.remoting.netty4.support.http;
import io.netty.buffer.Unpooled; import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelFutureListener; import io.netty.channel.ChannelFutureListener;
......
package org.hongxi.lightrpc.remoting.netty4.support.http; package org.hongxi.whatsmars.remoting.netty4.support.http;
import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline; import io.netty.channel.ChannelPipeline;
......
package org.hongxi.lightrpc.rpc.grpc.client; package org.hongxi.whatsmars.rpc.grpc.client;
import io.grpc.ManagedChannel; import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder; import io.grpc.ManagedChannelBuilder;
......
package org.hongxi.lightrpc.rpc.grpc.server; package org.hongxi.whatsmars.rpc.grpc.server;
import io.grpc.Server; import io.grpc.Server;
import io.grpc.ServerBuilder; import io.grpc.ServerBuilder;
......
package org.hongxi.lightrpc.serialization; package org.hongxi.whatsmars.serialization;
import org.hongxi.lightrpc.codec.Serialization; import org.hongxi.whatsmars.codec.Serialization;
import java.io.IOException; import java.io.IOException;
......
package org.hongxi.lightrpc.serialization; package org.hongxi.whatsmars.serialization;
import com.caucho.hessian.io.Hessian2Input; import com.caucho.hessian.io.Hessian2Input;
import com.caucho.hessian.io.Hessian2Output; import com.caucho.hessian.io.Hessian2Output;
import org.hongxi.lightrpc.codec.Serialization; import org.hongxi.whatsmars.codec.Serialization;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册