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