java.lang.Object
io.helidon.nima.http2.Http2LoggingFrameListener
- All Implemented Interfaces:
Http2FrameListener
HTTP/2 frame listener that logs all calls.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidframe(SocketContext ctx, BufferData data) Frame data.voidframe(SocketContext ctx, Http2GoAway go) Go away frame.voidframe(SocketContext ctx, Http2Ping ping) Ping frame.voidframe(SocketContext ctx, Http2Priority priority) Priority frame.voidframe(SocketContext ctx, Http2RstStream rstStream) RST stream frame.voidframe(SocketContext ctx, Http2Settings settings) Settings frame.voidframe(SocketContext ctx, Http2WindowUpdate windowUpdate) Window update frame.voidframeHeader(SocketContext ctx, BufferData headerData) Frame header data.voidframeHeader(SocketContext ctx, Http2FrameHeader frameHeader) Frame header.voidheaders(SocketContext ctx, Http2Headers headers) Headers received.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.nima.http2.Http2FrameListener
frame, frame
-
Constructor Details
-
Http2LoggingFrameListener
Create listener with a prefix.- Parameters:
prefix- log prefix and logging output prefix (such assendandrecv)
-
-
Method Details
-
frameHeader
Description copied from interface:Http2FrameListenerFrame header data.- Specified by:
frameHeaderin interfaceHttp2FrameListener- Parameters:
ctx- contextheaderData- header data
-
frameHeader
Description copied from interface:Http2FrameListenerFrame header.- Specified by:
frameHeaderin interfaceHttp2FrameListener- Parameters:
ctx- contextframeHeader- frame header
-
frame
Description copied from interface:Http2FrameListenerFrame data.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextdata- frame data
-
frame
Description copied from interface:Http2FrameListenerPriority frame.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextpriority- priority
-
frame
Description copied from interface:Http2FrameListenerRST stream frame.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextrstStream- rst stream
-
frame
Description copied from interface:Http2FrameListenerSettings frame.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextsettings- settings
-
frame
Description copied from interface:Http2FrameListenerPing frame.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextping- ping
-
frame
Description copied from interface:Http2FrameListenerGo away frame.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextgo- go away
-
frame
Description copied from interface:Http2FrameListenerWindow update frame.- Specified by:
framein interfaceHttp2FrameListener- Parameters:
ctx- contextwindowUpdate- window update
-
headers
Description copied from interface:Http2FrameListenerHeaders received.- Specified by:
headersin interfaceHttp2FrameListener- Parameters:
ctx- contextheaders- headers
-