Uses of Interface
org.eclipse.jetty.client.ContentDecoder
Packages that use ContentDecoder
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Proxy : Async Proxy Support
-
Uses of ContentDecoder in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ContentDecoderFields in org.eclipse.jetty.client declared as ContentDecoderMethods in org.eclipse.jetty.client that return ContentDecoderModifier and TypeMethodDescriptionabstract ContentDecoder
ContentDecoder.Factory.newContentDecoder()
Factory method forContentDecoder
sGZIPContentDecoder.Factory.newContentDecoder()
Constructors in org.eclipse.jetty.client with parameters of type ContentDecoder -
Uses of ContentDecoder in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as ContentDecoderModifier and TypeFieldDescriptionprivate final ContentDecoder
AsyncMiddleManServlet.GZIPContentTransformer.decoder