| Package | Description |
|---|---|
| org.glassfish.tyrus.core |
Core classes.
|
| Modifier and Type | Method and Description |
|---|---|
static DebugContext.Type |
DebugContext.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DebugContext.Type[] |
DebugContext.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DebugContext.appendLogMessage(java.util.logging.Logger logger,
java.util.logging.Level loggingLevel,
DebugContext.Type type,
java.lang.Object... messageParts)
Append a message to the log, the logging will be postponed until the message can be provided with a session ID.
|
void |
DebugContext.appendLogMessageWithThrowable(java.util.logging.Logger logger,
java.util.logging.Level loggingLevel,
DebugContext.Type type,
java.lang.Throwable t,
java.lang.Object... messageParts)
Append a message to the log, the logging will be postponed until the message can be provided with a session ID.
|
void |
DebugContext.appendStandardOutputMessage(DebugContext.Type type,
java.lang.String message)
Write a message to the standard output, the logging will be postponed until the message can be provided with
a session ID.
|
void |
DebugContext.appendTraceMessage(java.util.logging.Logger logger,
java.util.logging.Level loggingLevel,
DebugContext.Type type,
java.lang.Object... messageParts)
Append a message to the log and to the list of trace messages that are sent in handshake response.
|
void |
DebugContext.appendTraceMessageWithThrowable(java.util.logging.Logger logger,
java.util.logging.Level loggingLevel,
DebugContext.Type type,
java.lang.Throwable t,
java.lang.Object... messageParts)
Append a message to the log and to the list of trace messages that are sent in handshake response.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.