Class ExitInfo

java.lang.Object
io.crossbar.autobahn.wamp.types.ExitInfo

public class ExitInfo
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int code  
  • Constructor Summary

    Constructors 
    Constructor Description
    ExitInfo()  
    ExitInfo​(boolean wasClean)  
    ExitInfo​(int _code)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • code

      public final int code
  • Constructor Details