Uses of Interface
com.github.mizosoft.methanol.decoder.AsyncDecoder
-
Packages that use AsyncDecoder Package Description com.github.mizosoft.methanol.decoder -
-
Uses of AsyncDecoder in com.github.mizosoft.methanol.decoder
Methods in com.github.mizosoft.methanol.decoder that return AsyncDecoder Modifier and Type Method Description AsyncDecoderAsyncBodyDecoder. asyncDecoder()Returns the underlyingAsyncDecoder.Constructors in com.github.mizosoft.methanol.decoder with parameters of type AsyncDecoder Constructor Description AsyncBodyDecoder(AsyncDecoder decoder, java.net.http.HttpResponse.BodySubscriber<T> downstream)Creates anAsyncBodyDecoderin sync mode.AsyncBodyDecoder(AsyncDecoder decoder, java.net.http.HttpResponse.BodySubscriber<T> downstream, java.util.concurrent.Executor executor)Creates anAsyncBodyDecoderthat supplies downstream items in the given executor.AsyncBodyDecoder(AsyncDecoder decoder, java.net.http.HttpResponse.BodySubscriber<T> downstream, java.util.concurrent.Executor executor, int bufferSize)Creates anAsyncBodyDecoderthat supplies downstream items in the given executor.
-