public class HttpMessageLogger
extends org.glassfish.grizzly.http.HttpProbe.Adapter
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpMessageLogger.LoggerType |
| Modifier and Type | Field and Description |
|---|---|
static String |
MDC_ATTRIBUTE_KEY |
| Constructor and Description |
|---|
HttpMessageLogger(HttpMessageLogger.LoggerType loggerType,
String identifier,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDataReceivedEvent(org.glassfish.grizzly.Connection connection,
org.glassfish.grizzly.Buffer buffer) |
void |
onDataSentEvent(org.glassfish.grizzly.Connection connection,
org.glassfish.grizzly.Buffer buffer) |
onContentChunkParseEvent, onContentChunkSerializeEvent, onContentEncodingParseEvent, onContentEncodingParseResultEvent, onContentEncodingSerializeEvent, onContentEncodingSerializeResultEvent, onErrorEvent, onHeaderParseEvent, onHeaderSerializeEvent, onTransferEncodingParseEvent, onTransferEncodingSerializeEventpublic static final String MDC_ATTRIBUTE_KEY
public HttpMessageLogger(HttpMessageLogger.LoggerType loggerType, String identifier, ClassLoader classLoader)
public void onDataReceivedEvent(org.glassfish.grizzly.Connection connection,
org.glassfish.grizzly.Buffer buffer)
onDataReceivedEvent in interface org.glassfish.grizzly.http.HttpProbeonDataReceivedEvent in class org.glassfish.grizzly.http.HttpProbe.Adapterpublic void onDataSentEvent(org.glassfish.grizzly.Connection connection,
org.glassfish.grizzly.Buffer buffer)
onDataSentEvent in interface org.glassfish.grizzly.http.HttpProbeonDataSentEvent in class org.glassfish.grizzly.http.HttpProbe.AdapterCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.