Uses of Class
io.vertx.core.http.GoAway
-
Packages that use GoAway Package Description io.vertx.core.http io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of GoAway in io.vertx.core.http
Methods in io.vertx.core.http that return GoAway Modifier and Type Method Description GoAway
HttpClosedException. goAway()
GoAway
GoAway. setDebugData(Buffer debugData)
Set the additional debug dataGoAway
GoAway. setErrorCode(long errorCode)
GoAway
GoAway. setLastStreamId(int lastStreamId)
Set the last stream id.Method parameters in io.vertx.core.http with type arguments of type GoAway Modifier and Type Method Description HttpConnection
HttpConnection. 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 Constructor Description GoAway(GoAway that)
HttpClosedException(GoAway goAway)
-
Uses of GoAway in io.vertx.reactivex.core.http
Method parameters in io.vertx.reactivex.core.http with type arguments of type GoAway Modifier and Type Method Description HttpConnection
HttpConnection. 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 GoAway Modifier and Type Method Description HttpConnection
HttpConnection. goAwayHandler(Handler<GoAway> handler)
Set an handler called when a frame is received.
-