Class ContentDecoder.Factories
java.lang.Object
org.eclipse.jetty.client.ContentDecoder.Factories
- All Implemented Interfaces:
Iterable<ContentDecoder.Factory>, Dumpable
- Enclosing interface:
ContentDecoder
public static class ContentDecoder.Factories
extends Object
implements Iterable<ContentDecoder.Factory>, Dumpable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainer -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()dump()voiddump(Appendable out, String indent) Dump this object (and children) into an Appendable using the provided indent after any new lines.iterator()put(ContentDecoder.Factory factory) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
Factories
public Factories()
-
-
Method Details
-
getAcceptEncodingField
-
iterator
- Specified by:
iteratorin interfaceIterable<ContentDecoder.Factory>
-
clear
public void clear() -
put
-
dump
-
dump
Description copied from interface:DumpableDump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.- Specified by:
dumpin interfaceDumpable- Parameters:
out- The appendable to dump toindent- The indent to apply after any new lines.- Throws:
IOException- if unable to write to Appendable
-