Class ServerFrame


  • public class ServerFrame
    extends Object
    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 Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • ServerFrame

        public ServerFrame​(io.vertx.ext.stomp.ServerFrame delegate)
      • ServerFrame

        public ServerFrame​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.stomp.ServerFrame getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • frame

        public io.vertx.ext.stomp.Frame frame()
        Returns:
        the received frame
      • newInstance

        public static ServerFrame newInstance​(io.vertx.ext.stomp.ServerFrame arg)