Uses of Class
io.vertx.ext.stomp.Frame.Heartbeat
Packages that use Frame.Heartbeat
-
Uses of Frame.Heartbeat in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return Frame.HeartbeatModifier and TypeMethodDescriptionstatic Frame.HeartbeatFrame.Heartbeat.create(JsonObject json) Creates an instance ofFrame.Heartbeatfrom the JSON configuration provides in the client / server options.static Frame.HeartbeatCreates an instance ofFrame.Heartbeatfrom theheartbeat headerof a frame .Methods in io.vertx.ext.stomp with parameters of type Frame.HeartbeatModifier and TypeMethodDescriptionstatic longFrame.Heartbeat.computePingPeriod(Frame.Heartbeat client, Frame.Heartbeat server) Computes the ping period.static longFrame.Heartbeat.computePongPeriod(Frame.Heartbeat client, Frame.Heartbeat server) Computes the pong period.