Package org.eclipse.jetty.client
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 org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
dump()
void
dump
(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Factories
public Factories()
-
-
Method Details
-
getAcceptEncodingField
-
iterator
- Specified by:
iterator
in interfaceIterable<ContentDecoder.Factory>
-
clear
public void clear() -
put
-
dump
-
dump
Description copied from interface:Dumpable
Dump 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:
dump
in interfaceDumpable
- Parameters:
out
- The appendable to dump toindent
- The indent to apply after any new lines.- Throws:
IOException
- if unable to write to Appendable
-