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 class
SslSelectionDump.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.CaptionedList
disabled
(package private) SslSelectionDump.CaptionedList
enabled
(package private) java.lang.String
type
-
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()
-
-
-
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.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.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-