将用于LZ4的自定义DataBufferDecoder添加到Spring WebClient

时间:2019-04-29 08:04:02

标签: spring netty spring-webflux

我需要使用org.springframework.web.reactive.function.client.WebClient解码从服务器获取的结果,该文件以LZ4压缩算法编码。我该怎么做?

我在netty库中找到了一个-io.netty.handler.codec.compression.Lz4FrameDecoder。但是我找不到任何将其应用于WebClient的方法

这是我的客户端配置-

isDisabled(){
  return this.items.length === 0;
}

0 个答案:

没有答案