Uses of Interface
com.github.mizosoft.methanol.decoder.AsyncDecoder
Packages that use AsyncDecoder
-
Uses of AsyncDecoder in com.github.mizosoft.methanol.decoder
Methods in com.github.mizosoft.methanol.decoder that return AsyncDecoderModifier and TypeMethodDescriptionAsyncBodyDecoder.asyncDecoder()Returns the underlyingAsyncDecoder.Constructors in com.github.mizosoft.methanol.decoder with parameters of type AsyncDecoderModifierConstructorDescriptionAsyncBodyDecoder(AsyncDecoder decoder, HttpResponse.BodySubscriber<T> downstream) Creates anAsyncBodyDecoderin sync mode.AsyncBodyDecoder(AsyncDecoder decoder, HttpResponse.BodySubscriber<T> downstream, Executor executor) Creates anAsyncBodyDecoderthat supplies downstream items in the given executor.AsyncBodyDecoder(AsyncDecoder decoder, HttpResponse.BodySubscriber<T> downstream, Executor executor, int bufferSize) Creates anAsyncBodyDecoderthat supplies downstream items in the given executor.