Uses of Interface
io.helidon.nima.http2.Http2FrameListener
Packages that use Http2FrameListener
-
Uses of Http2FrameListener in io.helidon.nima.http2
Classes in io.helidon.nima.http2 that implement Http2FrameListenerModifier and TypeClassDescriptionclassHTTP/2 frame listener that logs all calls.Methods in io.helidon.nima.http2 that return Http2FrameListenerModifier and TypeMethodDescriptionstatic Http2FrameListenerHttp2FrameListener.create(List<Http2FrameListener> sendFrameListeners) Create a new composite listener.Methods in io.helidon.nima.http2 with parameters of type Http2FrameListenerModifier and TypeMethodDescriptionvoidHttp2Continuation.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2DataFrame.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2Frame.triggerListener(SocketContext ctx, Http2FrameListener listener) Trigger listener.voidHttp2GoAway.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2Ping.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2Priority.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2RstStream.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2Settings.triggerListener(SocketContext ctx, Http2FrameListener listener) voidHttp2WindowUpdate.triggerListener(SocketContext ctx, Http2FrameListener listener) Method parameters in io.helidon.nima.http2 with type arguments of type Http2FrameListenerModifier and TypeMethodDescriptionstatic Http2FrameListenerHttp2FrameListener.create(List<Http2FrameListener> sendFrameListeners) Create a new composite listener.Constructor parameters in io.helidon.nima.http2 with type arguments of type Http2FrameListenerModifierConstructorDescriptionHttp2ConnectionWriter(SocketContext ctx, DataWriter writer, List<Http2FrameListener> sendFrameListeners) A new writer.