Uses of Record Class
io.helidon.http.http2.Http2GoAway
Packages that use Http2GoAway
-
Uses of Http2GoAway in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2GoAwayModifier and TypeMethodDescriptionstatic Http2GoAway
Http2GoAway.create
(BufferData frame) Create a go away frame from frame data.Methods in io.helidon.http.http2 with parameters of type Http2GoAwayModifier and TypeMethodDescriptiondefault void
Http2FrameListener.frame
(SocketContext ctx, int streamId, Http2GoAway goAway) Go away frame.void
Http2LoggingFrameListener.frame
(SocketContext ctx, int streamId, Http2GoAway go)