Modifier and Type | Class and Description |
---|---|
(package private) static class |
SslSelectionDump.CaptionedList |
Modifier and Type | Field and Description |
---|---|
(package private) SslSelectionDump.CaptionedList |
disabled |
(package private) SslSelectionDump.CaptionedList |
enabled |
(package private) java.lang.String |
type |
Constructor and Description |
---|
SslSelectionDump(java.lang.String type,
java.lang.String[] supportedByJVM,
java.lang.String[] enabledByJVM,
java.lang.String[] excludedByConfig,
java.lang.String[] includedByConfig) |
Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dump, dumpObject, dumpObjects, dumpSelf
final java.lang.String type
final SslSelectionDump.CaptionedList enabled
final SslSelectionDump.CaptionedList disabled
public SslSelectionDump(java.lang.String type, java.lang.String[] supportedByJVM, java.lang.String[] enabledByJVM, java.lang.String[] excludedByConfig, java.lang.String[] includedByConfig)
public void dump(java.lang.Appendable out, java.lang.String indent) throws java.io.IOException
Dumpable
public java.lang.String toString()
toString
in class java.lang.Object