Class SslSelectionDump
java.lang.Object
org.eclipse.jetty.util.ssl.SslSelectionDump
- All Implemented Interfaces:
Dumpable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainer -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SslSelectionDump.CaptionedList(package private) final SslSelectionDump.CaptionedList(package private) final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
enabled
-
disabled
-
-
Constructor Details
-
SslSelectionDump
-
-
Method Details
-
dump
-
dump
Description copied from interface:DumpableDump 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:
dumpin interfaceDumpable- Parameters:
out- The appendable to dump toindent- The indent to apply after any new lines.- Throws:
IOException- if unable to write to Appendable
-
toString
-