#EpollEventLoopGroup

netty笔记-:EpollEventLoopGroup:Caused by: java.lang.ExceptionInInitializerError:Caused by: java.lang.IllegalStateException: Only supported on Linux

今天在翻看netty的源码的时候发现netty对EventLoopGroup的实现有不止常用的NIOEventLoopGroup,一共有以下几种。EpollEventLoopGroupNioEventLoopGroupKQueueEventLoopGroup  其中NioEventLoopGroup则是我们比较常用的,...