Class SslSelectionDump

  • All Implemented Interfaces:
    Dumpable

    class SslSelectionDump
    extends java.lang.Object
    implements Dumpable
    • Constructor Summary

      Constructors 
      Constructor Description
      SslSelectionDump​(java.lang.String type, java.lang.String[] supportedByJVM, java.lang.String[] enabledByJVM, java.lang.String[] excludedByConfig, java.lang.String[] includedByConfig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dump()  
      void dump​(java.lang.Appendable out, java.lang.String indent)
      Dump this object (and children) into an Appendable using the provided indent after any new lines.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

        dumpSelf
    • Constructor Detail

      • SslSelectionDump

        public SslSelectionDump​(java.lang.String type,
                                java.lang.String[] supportedByJVM,
                                java.lang.String[] enabledByJVM,
                                java.lang.String[] excludedByConfig,
                                java.lang.String[] includedByConfig)
    • Method Detail

      • dump

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

        public void dump​(java.lang.Appendable out,
                         java.lang.String indent)
                  throws java.io.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:
        java.io.IOException - if unable to write to Appendable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object