Uses of Class
io.vertx.core.http.GoAway
Packages that use GoAway
-
Uses of GoAway in io.vertx.core.http
Methods in io.vertx.core.http that return GoAwayModifier and TypeMethodDescriptionHttpClosedException.goAway()GoAway.setDebugData(Buffer debugData) Set the additional debug dataGoAway.setErrorCode(long errorCode) GoAway.setLastStreamId(int lastStreamId) Set the last stream id.Method parameters in io.vertx.core.http with type arguments of type GoAwayModifier and TypeMethodDescriptionHttpConnection.goAwayHandler(Handler<GoAway> handler) Set an handler called when a GOAWAY frame is received.Constructors in io.vertx.core.http with parameters of type GoAway -
Uses of GoAway in io.vertx.reactivex.core.http
Method parameters in io.vertx.reactivex.core.http with type arguments of type GoAwayModifier and TypeMethodDescriptionHttpConnection.goAwayHandler(Handler<GoAway> handler) Set an handler called when a frame is received. -
Uses of GoAway in io.vertx.rxjava3.core.http
Method parameters in io.vertx.rxjava3.core.http with type arguments of type GoAwayModifier and TypeMethodDescriptionHttpConnection.goAwayHandler(Handler<GoAway> handler) Set an handler called when a frame is received.