Class Frames

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class Frames
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    Utility methods to build common Frames. It defines a non-STOMP frame (PING) that is used for heartbeats. When such frame is written on the wire it is just the 0 byte.

    This class is thread-safe.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<Frames> __TYPE_ARG
      • PING

        public static final Frame PING
    • Constructor Detail

      • Frames

        public Frames​(Frames delegate)
      • Frames

        public Frames​(Object delegate)