通信框架 smart-socket,web 服务器 smart-http 日常更新

更新内容

  1. 【smart-socket】VirtualBuffer 新增 wrap 接口,用于将 ByteBuffer 对象包装成 VirtualBuffer 。
  2. 【smart-socket】WriteBuffer 支持 ByteBuffer、VirtualBuffer 对象的输出。
  3. 【smart-http】升级 smart-socket 至 1.5.2。
  4. 【smart-http】解决 chunked 在 http 1.0 下的兼容性问题。
  5. 【smart-http】request 支持设置附件对象。
  6. 【smart-http】新增接口BufferOutputStream,支持 ByteBuffer、VirtualBuffer 对象的输出。

Maven

smart-socket

<dependency>
    <groupId>org.smartboot.socket</groupId>
    <artifactId>aio-core</artifactId>
    <version>1.5.2</version>
</dependency>

 smart-http

<dependency>
    <groupId>org.smartboot.http</groupId>
    <artifactId>smart-http-server</artifactId>
    <version>1.0.20</version>
</dependency>

猜你喜欢

转载自www.oschina.net/news/123043/smart-http-1-5-2-released