Uses of Interface
com.github.mizosoft.methanol.BodyDecoder.Factory
-
Packages that use BodyDecoder.Factory Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.internal.decoder com.github.mizosoft.methanol.internal.spi -
-
Uses of BodyDecoder.Factory in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return types with arguments of type BodyDecoder.Factory Modifier and Type Method Description static java.util.Optional<BodyDecoder.Factory>BodyDecoder.Factory. getFactory(java.lang.String encoding)Returns the factory registered for the given encoding, if any.static java.util.Map<java.lang.String,BodyDecoder.Factory>BodyDecoder.Factory. installedBindings()Returns an immutable map that case-insensitively maps encodings to their corresponding registered factories.static java.util.List<BodyDecoder.Factory>BodyDecoder.Factory. installedFactories()Returns an immutable list of the registered factories. -
Uses of BodyDecoder.Factory in com.github.mizosoft.methanol.internal.decoder
Classes in com.github.mizosoft.methanol.internal.decoder that implement BodyDecoder.Factory Modifier and Type Class Description classDeflateBodyDecoderFactoryBodyDecoder.Factoryfor "deflate".classGzipBodyDecoderFactoryBodyDecoder.Factoryfor "gzip". -
Uses of BodyDecoder.Factory in com.github.mizosoft.methanol.internal.spi
Methods in com.github.mizosoft.methanol.internal.spi that return types with arguments of type BodyDecoder.Factory Modifier and Type Method Description static java.util.Map<java.lang.String,BodyDecoder.Factory>BodyDecoderFactoryProviders. bindings()static java.util.List<BodyDecoder.Factory>BodyDecoderFactoryProviders. factories()
-