public class LoggingH2StreamListener extends Object implements H2StreamListener
Modifier and Type | Field and Description |
---|---|
static LoggingH2StreamListener |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
onFrameInput(HttpConnection connection,
int streamId,
RawFrame frame) |
void |
onFrameOutput(HttpConnection connection,
int streamId,
RawFrame frame) |
void |
onHeaderInput(HttpConnection connection,
int streamId,
List<? extends Header> headers) |
void |
onHeaderOutput(HttpConnection connection,
int streamId,
List<? extends Header> headers) |
void |
onInputFlowControl(HttpConnection connection,
int streamId,
int delta,
int actualSize) |
void |
onOutputFlowControl(HttpConnection connection,
int streamId,
int delta,
int actualSize) |
public static final LoggingH2StreamListener INSTANCE
public void onHeaderInput(HttpConnection connection, int streamId, List<? extends Header> headers)
onHeaderInput
in interface H2StreamListener
public void onHeaderOutput(HttpConnection connection, int streamId, List<? extends Header> headers)
onHeaderOutput
in interface H2StreamListener
public void onFrameInput(HttpConnection connection, int streamId, RawFrame frame)
onFrameInput
in interface H2StreamListener
public void onFrameOutput(HttpConnection connection, int streamId, RawFrame frame)
onFrameOutput
in interface H2StreamListener
public void onInputFlowControl(HttpConnection connection, int streamId, int delta, int actualSize)
onInputFlowControl
in interface H2StreamListener
public void onOutputFlowControl(HttpConnection connection, int streamId, int delta, int actualSize)
onOutputFlowControl
in interface H2StreamListener
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.