Class SslSelectionDump

java.lang.Object
org.eclipse.jetty.util.ssl.SslSelectionDump
All Implemented Interfaces:
Dumpable

class SslSelectionDump extends Object implements Dumpable
  • Field Details

  • Constructor Details

    • SslSelectionDump

      public SslSelectionDump(String type, String[] supportedByJVM, String[] enabledByJVM, String[] excludedByConfig, String[] includedByConfig)
  • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object