Class Dumpable.DumpAppendable
java.lang.Object
org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- All Implemented Interfaces:
Appendable
- Enclosing interface:
Dumpable
An Appendable that helps avoid dump cycles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(char c) append
(CharSequence csq) append
(CharSequence csq, int start, int end) static Dumpable.DumpAppendable
ensure
(Appendable out) toString()
static void
visit
(Appendable out, Object item)
-
Constructor Details
-
DumpAppendable
public DumpAppendable() -
DumpAppendable
-
-
Method Details
-
ensure
-
visit
-
append
- Specified by:
append
in interfaceAppendable
- Throws:
IOException
-
append
- Specified by:
append
in interfaceAppendable
- Throws:
IOException
-
append
- Specified by:
append
in interfaceAppendable
- Throws:
IOException
-
toString
-