Uses of Interface
com.github.mizosoft.methanol.BodyDecoder
Packages that use BodyDecoder
-
Uses of BodyDecoder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return BodyDecoderModifier and TypeMethodDescription<T> BodyDecoder<T> BodyDecoder.Factory.create(HttpResponse.BodySubscriber<T> downstream) Creates aBodyDecoderwith the given downstream.<T> BodyDecoder<T> BodyDecoder.Factory.create(HttpResponse.BodySubscriber<T> downstream, Executor executor) Creates aBodyDecoderwith the given downstream and executor. -
Uses of BodyDecoder in com.github.mizosoft.methanol.decoder
Classes in com.github.mizosoft.methanol.decoder that implement BodyDecoderModifier and TypeClassDescriptionfinal classAn implementation ofBodyDecoderthat uses anAsyncDecoderfor decompression.