Package org.eclipse.jetty.util.ssl
Class SslSelectionDump
- java.lang.Object
-
- org.eclipse.jetty.util.ssl.SslSelectionDump
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSslSelectionDump.CaptionedList-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SslSelectionDump.CaptionedListdisabled(package private) SslSelectionDump.CaptionedListenabled(package private) java.lang.Stringtype
-
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.Stringdump()voiddump(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.StringtoString()
-
-
-
Field Detail
-
type
final java.lang.String type
-
enabled
final SslSelectionDump.CaptionedList enabled
-
disabled
final SslSelectionDump.CaptionedList disabled
-
-
Method Detail
-
dump
public void dump(java.lang.Appendable out, java.lang.String indent) throws java.io.IOExceptionDescription 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.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-