1、Netty传输的核心API是Channel2、Netty的channel实现是线程安全的3、在Linux环境下使用EpollEventLoopGroup性能上要优于NioEventLoopGroup4、Local方式用于JVM内部通讯