Uses of Class
io.vertx.ext.stomp.Frame.Heartbeat
-
Packages that use Frame.Heartbeat Package Description io.vertx.ext.stomp -
-
Uses of Frame.Heartbeat in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return Frame.Heartbeat Modifier and Type Method Description static Frame.Heartbeat
Frame.Heartbeat. create(JsonObject json)
Creates an instance ofFrame.Heartbeat
from the JSON configuration provides in the client / server options.static Frame.Heartbeat
Frame.Heartbeat. parse(String header)
Creates an instance ofFrame.Heartbeat
from theheartbeat header
of a frame .Methods in io.vertx.ext.stomp with parameters of type Frame.Heartbeat Modifier and Type Method Description static long
Frame.Heartbeat. computePingPeriod(Frame.Heartbeat client, Frame.Heartbeat server)
Computes the ping period.static long
Frame.Heartbeat. computePongPeriod(Frame.Heartbeat client, Frame.Heartbeat server)
Computes the pong period.
-