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 Http2GoAwayHttp2GoAway.create(BufferData frame) Create a go away frame from frame data.Methods in io.helidon.http.http2 with parameters of type Http2GoAwayModifier and TypeMethodDescriptiondefault voidHttp2FrameListener.frame(SocketContext ctx, int streamId, Http2GoAway goAway) Go away frame.voidHttp2LoggingFrameListener.frame(SocketContext ctx, int streamId, Http2GoAway go)