Class Unsubscribed

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

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

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

    Constructors 
    Constructor Description
    Unsubscribed​(long request, long subscription, java.lang.String reason)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> marshal()  
    static Unsubscribed 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