Uses of Interface
com.github.mizosoft.methanol.BodyDecoder.Factory
Packages that use BodyDecoder.Factory
Package
Description
-
Uses of BodyDecoder.Factory in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return types with arguments of type BodyDecoder.FactoryModifier and TypeMethodDescriptionstatic Optional<BodyDecoder.Factory> BodyDecoder.Factory.getFactory(String encoding) Returns the factory registered for the given encoding, if any.static Map<String, BodyDecoder.Factory> BodyDecoder.Factory.installedBindings()Returns an immutable map that case-insensitively maps encodings to their corresponding registered factories.static 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.FactoryModifier and TypeClassDescriptionfinal classBodyDecoder.Factoryfor "deflate".final classBodyDecoder.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.FactoryModifier and TypeMethodDescriptionstatic Map<String, BodyDecoder.Factory> BodyDecoderFactoryProviders.bindings()static List<BodyDecoder.Factory> BodyDecoderFactoryProviders.factories()