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 class
GZIPContentDecoder
ContentDecoder
for the "gzip" encoding.Fields in org.eclipse.jetty.client declared as ContentDecoder Modifier and Type Field Description private ContentDecoder
HttpReceiver.Decoder. decoder
Methods in org.eclipse.jetty.client that return ContentDecoder Modifier and Type Method Description abstract ContentDecoder
ContentDecoder.Factory. newContentDecoder()
Factory method forContentDecoder
sContentDecoder
GZIPContentDecoder.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 ContentDecoder
AsyncMiddleManServlet.GZIPContentTransformer. decoder
-