java.lang.Object
org.eclipse.jetty.client.ContentDecoder.Factories
- All Implemented Interfaces:
Iterable<ContentDecoder.Factory>
- Enclosing interface:
ContentDecoder
public static class ContentDecoder.Factories
extends Object
implements Iterable<ContentDecoder.Factory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()org.eclipse.jetty.http.HttpFielditerator()put(ContentDecoder.Factory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Factories
public Factories()
-
-
Method Details
-
getAcceptEncodingField
public org.eclipse.jetty.http.HttpField getAcceptEncodingField() -
iterator
- Specified by:
iteratorin interfaceIterable<ContentDecoder.Factory>
-
clear
public void clear() -
put
-