Class SslSelectionDump.CaptionedList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<String>
org.eclipse.jetty.util.ssl.SslSelectionDump.CaptionedList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess, Dumpable
Enclosing class:
SslSelectionDump

static class SslSelectionDump.CaptionedList extends ArrayList<String> implements Dumpable
  • Field Details

    • caption

      private final String caption
  • Constructor Details

    • CaptionedList

      public CaptionedList(String caption)
  • Method Details

    • dump

      public String dump()
      Specified by:
      dump in interface Dumpable
    • dump

      public void dump(Appendable out, String indent) throws IOException
      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 interface Dumpable
      Parameters:
      out - The appendable to dump to
      indent - The indent to apply after any new lines.
      Throws:
      IOException - if unable to write to Appendable