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 class
GZIPContentDecoder
ContentDecoder
for the "gzip" encoding.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()
-