Uses of Interface
io.helidon.http.http2.Http2FrameListener
Packages that use Http2FrameListener
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
-
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> frameListeners) Create a new composite listener.Method parameters in io.helidon.http.http2 with type arguments of type Http2FrameListenerModifier and TypeMethodDescriptionstatic Http2FrameListenerHttp2FrameListener.create(List<Http2FrameListener> frameListeners) 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. -
Uses of Http2FrameListener in io.helidon.webclient.http2
Constructors in io.helidon.webclient.http2 with parameters of type Http2FrameListenerModifierConstructorDescriptionprotectedHttp2ClientStream(Http2ClientConnection connection, Http2Settings serverSettings, SocketContext ctx, Http2StreamConfig http2StreamConfig, Http2ClientConfig http2ClientConfig, LockingStreamIdSequence streamIdSeq, Http2FrameListener sendListener, Http2FrameListener recvListener)