Uses of Interface
org.eclipse.jetty.client.ContentDecoder
-
Packages that use ContentDecoder 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.org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Support -
-
Uses of ContentDecoder in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ContentDecoder Modifier and Type Class Description classGZIPContentDecoderContentDecoderfor the "gzip" encoding.Fields in org.eclipse.jetty.client declared as ContentDecoder Modifier and Type Field Description private ContentDecoderHttpReceiver.Decoder. decoderMethods in org.eclipse.jetty.client that return ContentDecoder Modifier and Type Method Description abstract ContentDecoderContentDecoder.Factory. newContentDecoder()Factory method forContentDecodersContentDecoderGZIPContentDecoder.Factory. newContentDecoder()Constructors in org.eclipse.jetty.client with parameters of type ContentDecoder Constructor Description Decoder(HttpExchange exchange, ContentDecoder decoder) -
Uses of ContentDecoder in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as ContentDecoder Modifier and Type Field Description private ContentDecoderAsyncMiddleManServlet.GZIPContentTransformer. decoder
-