Class ServerFrame

java.lang.Object
io.vertx.mutiny.ext.stomp.ServerFrame
All Implemented Interfaces:
MutinyDelegate

public class ServerFrame extends Object implements MutinyDelegate
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.

  • Field Details

  • Constructor Details

    • ServerFrame

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

      public ServerFrame(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.stomp.ServerFrame getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

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

      public StompServerConnection connection()
      Returns:
      the connection
    • newInstance

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