Class ServerFrame

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

    public class ServerFrame
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    Structure passed to server handler when receiving a frame. It provides a reference on the received Frame but also on the StompServerConnection.

    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<ServerFrame> __TYPE_ARG
    • Constructor Detail

      • ServerFrame

        public ServerFrame​(ServerFrame delegate)
      • ServerFrame

        public ServerFrame​(Object delegate)