Uses of Interface
com.github.mizosoft.methanol.BodyDecoder
-
Packages that use BodyDecoder Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.decoder -
-
Uses of BodyDecoder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return BodyDecoder Modifier and Type Method Description <T> BodyDecoder<T>BodyDecoder.Factory. create(java.net.http.HttpResponse.BodySubscriber<T> downstream)Creates aBodyDecoderwith the given downstream.<T> BodyDecoder<T>BodyDecoder.Factory. create(java.net.http.HttpResponse.BodySubscriber<T> downstream, java.util.concurrent.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 BodyDecoder Modifier and Type Class Description classAsyncBodyDecoder<T>An implementation ofBodyDecoderthat uses anAsyncDecoderfor decompression.
-