Uses of Class
org.eclipse.jetty.client.ContentDecoder.Factory
-
Packages that use ContentDecoder.Factory Package Description org.eclipse.jetty.client 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.client Modifier and Type Class Description static classGZIPContentDecoder.FactorySpecializedContentDecoder.Factoryfor the "gzip" encoding.Fields in org.eclipse.jetty.client with type parameters of type ContentDecoder.Factory Modifier and Type Field Description private java.util.Set<ContentDecoder.Factory>HttpClient. decoderFactoriesprivate java.util.Set<ContentDecoder.Factory>HttpClient.ContentDecoderFactorySet. setMethods in org.eclipse.jetty.client that return types with arguments of type ContentDecoder.Factory Modifier and Type Method Description java.util.Set<ContentDecoder.Factory>HttpClient. getContentDecoderFactories()Returns a non thread-safe set ofContentDecoder.Factorys that can be modified before performing requests.java.util.Iterator<ContentDecoder.Factory>HttpClient.ContentDecoderFactorySet. iterator()Methods in org.eclipse.jetty.client with parameters of type ContentDecoder.Factory Modifier and Type Method Description booleanHttpClient.ContentDecoderFactorySet. add(ContentDecoder.Factory e)Method parameters in org.eclipse.jetty.client with type arguments of type ContentDecoder.Factory Modifier and Type Method Description booleanHttpClient.ContentDecoderFactorySet. addAll(java.util.Collection<? extends ContentDecoder.Factory> c)
-