Uses of Class
org.eclipse.jetty.client.ContentDecoder.Factory
Packages that use ContentDecoder.Factory
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of ContentDecoder.Factory in org.eclipse.jetty.client
Subclasses of ContentDecoder.Factory in org.eclipse.jetty.clientModifier and TypeClassDescriptionstatic classSpecializedContentDecoder.Factoryfor the "gzip" encoding.Classes in org.eclipse.jetty.client that implement interfaces with type arguments of type ContentDecoder.FactoryFields in org.eclipse.jetty.client with type parameters of type ContentDecoder.FactoryModifier and TypeFieldDescriptionprivate final Set<ContentDecoder.Factory> HttpClient.decoderFactoriesprivate final Set<ContentDecoder.Factory> HttpClient.ContentDecoderFactorySet.setMethods in org.eclipse.jetty.client that return types with arguments of type ContentDecoder.FactoryModifier and TypeMethodDescriptionHttpClient.getContentDecoderFactories()Returns a non thread-safe set ofContentDecoder.Factorys that can be modified before performing requests.HttpClient.ContentDecoderFactorySet.iterator()Methods in org.eclipse.jetty.client with parameters of type ContentDecoder.FactoryModifier and TypeMethodDescriptionbooleanHttpClient.ContentDecoderFactorySet.add(ContentDecoder.Factory e) Method parameters in org.eclipse.jetty.client with type arguments of type ContentDecoder.FactoryModifier and TypeMethodDescriptionbooleanHttpClient.ContentDecoderFactorySet.addAll(Collection<? extends ContentDecoder.Factory> c)