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. -
-
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.Methods in org.eclipse.jetty.client that return ContentDecoder Modifier and Type Method Description abstract ContentDecoderContentDecoder.Factory. newContentDecoder()Factory method forContentDecodersContentDecoderGZIPContentDecoder.Factory. newContentDecoder()
-