Class ContentDecoder.Factories
java.lang.Object
org.eclipse.jetty.client.ContentDecoder.Factories
- All Implemented Interfaces:
Iterable<ContentDecoder.Factory>,org.eclipse.jetty.util.component.Dumpable
- Enclosing interface:
ContentDecoder
public static class ContentDecoder.Factories
extends Object
implements Iterable<ContentDecoder.Factory>, org.eclipse.jetty.util.component.Dumpable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
org.eclipse.jetty.util.component.Dumpable.DumpableContainer -
Field Summary
Fields inherited from interface org.eclipse.jetty.util.component.Dumpable
KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()dump()voiddump(Appendable out, String indent) 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 org.eclipse.jetty.util.component.Dumpable
dumpSelfMethods 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
-
dump
- Specified by:
dumpin interfaceorg.eclipse.jetty.util.component.Dumpable
-
dump
- Specified by:
dumpin interfaceorg.eclipse.jetty.util.component.Dumpable- Throws:
IOException
-