Class MCSessionState


  • public final class MCSessionState
    extends java.lang.Object
    Peer states
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Connected
      Peer is connected to the session.
      static long Connecting
      Peer is connecting to the session.
      static long NotConnected
      Not connected to the session.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NotConnected

        public static final long NotConnected
        Not connected to the session.
        See Also:
        Constant Field Values
      • Connecting

        public static final long Connecting
        Peer is connecting to the session.
        See Also:
        Constant Field Values
      • Connected

        public static final long Connected
        Peer is connected to the session.
        See Also:
        Constant Field Values