Class Goodbye

java.lang.Object
io.crossbar.autobahn.wamp.messages.Goodbye
All Implemented Interfaces:
IMessage

public class Goodbye
extends java.lang.Object
implements IMessage
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String message  
    static int MESSAGE_TYPE  
    java.lang.String reason  
  • Constructor Summary

    Constructors 
    Constructor Description
    Goodbye​(java.lang.String reason, java.lang.String message)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> marshal()  
    static Goodbye parse​(java.util.List<java.lang.Object> wmsg)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Goodbye

      public Goodbye​(java.lang.String reason, java.lang.String message)
  • Method Details

    • parse

      public static Goodbye parse​(java.util.List<java.lang.Object> wmsg)
    • marshal

      public java.util.List<java.lang.Object> marshal()
      Specified by:
      marshal in interface IMessage