Java高性能網絡應用框架,Netty 4.0.30.Final 發布

jopen 9年前發布 | 9K 次閱讀 Netty

Netty 提供異步的、事件驅動的網絡應用程序框架和工具,用以快速開發高性能、高可靠性的網絡服務器和客戶端程序。

體系結構圖

Java高性能網絡應用框架,Netty 4.0.30.Final 發布

Netty 4.0.30.Final 發布,此版本包括 30+ 改進,有 bug 修復,改進和新特性。

最主要的改進:

  • ServerBootstrap.handler(...) will add handler before Channel is registered (#3933)

  • Ensure OpenSslSession informations can be retrieved even after shutdown (#3934)

  • NullPointerException in PendingWriteQueue (#3967) (#3991

  • Disable RC4 by default when using SslContext (#3987) (#4014)

  • FixedChannelPool does not count acquired channels precisely (#3988) (#4016)

  • Correctly register for EPOLLRDHUP when construct EpollSocketChannel for file descriptor (#4013)

  • Ensure cancelled scheduled tasks can be GC'ed ASAP (#3994)

  • Send full response for unsupported websocket versions (#3999)

  • Stop calling BIO_write once internal buffer is full (#3957)

  • Only do priming read if there is no space in dsts buffers (#3958)

  • Better handling of BUFFER_OVERFLOW when unwrap data (#3959)

詳細改進列表請看 our issue tracker

詳細改進內容請看發行說明


 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!