| 限定符和类型 | 字段和说明 |
|---|---|
private static MessageFormat |
basicCertFormat |
private static ThreadLocal<SimpleDateFormat> |
dateFormat |
private static MessageFormat |
extendedCertFormart |
private static MessageFormat |
keyObjectFormat |
private static MessageFormat |
messageCompactFormatNoParas |
private static MessageFormat |
messageCompactFormatWithParas |
private static MessageFormat |
messageFormatNoParas |
private static MessageFormat |
messageFormatWithParas |
| 限定符 | 构造器和说明 |
|---|---|
private |
SSLSimpleFormatter() |
| 限定符和类型 | 方法和说明 |
|---|---|
private static String |
format(SSLLogger.SSLConsoleLogger logger,
Level level,
String message,
Object... parameters) |
private static String |
formatByteArrayInputStream(ByteArrayInputStream bytes) |
private static String |
formatByteBuffer(ByteBuffer byteBuffer) |
private static String |
formatCaller() |
private static String |
formatCertificate(Certificate certificate) |
private static String |
formatMapEntry(Map.Entry<String,?> entry) |
private static String |
formatObject(Object obj) |
private static String |
formatParameters(Object... parameters) |
private static String |
formatThrowable(Throwable throwable) |
private static final ThreadLocal<SimpleDateFormat> dateFormat
private static final MessageFormat basicCertFormat
private static final MessageFormat extendedCertFormart
private static final MessageFormat messageFormatNoParas
private static final MessageFormat messageCompactFormatNoParas
private static final MessageFormat messageFormatWithParas
private static final MessageFormat messageCompactFormatWithParas
private static final MessageFormat keyObjectFormat
private static String format(SSLLogger.SSLConsoleLogger logger, Level level, String message, Object... parameters)
private static String formatCaller()
private static String formatCertificate(Certificate certificate)
private static String formatByteArrayInputStream(ByteArrayInputStream bytes)
private static String formatByteBuffer(ByteBuffer byteBuffer)
Copyright © 2023. All rights reserved.