Class TcpHostEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TcpHostEvent.ConnectedToHostEvent  
      static class  TcpHostEvent.ConnectingToHostEvent  
      static class  TcpHostEvent.ConnectionToHostFailedEvent  
      • Nested classes/interfaces inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent

        org.jivesoftware.smack.fsm.ConnectionStateEvent.AboutToTransitionInto, org.jivesoftware.smack.fsm.ConnectionStateEvent.DetailedTransitionIntoInformation, org.jivesoftware.smack.fsm.ConnectionStateEvent.FinalStateReached, org.jivesoftware.smack.fsm.ConnectionStateEvent.StateRevertBackwardsWalk, org.jivesoftware.smack.fsm.ConnectionStateEvent.SuccessfullyTransitionedInto, org.jivesoftware.smack.fsm.ConnectionStateEvent.TransitionFailed, org.jivesoftware.smack.fsm.ConnectionStateEvent.TransitionIgnoredDueCycle, org.jivesoftware.smack.fsm.ConnectionStateEvent.TransitionNotPossible
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TcpHostEvent​(org.jivesoftware.smack.fsm.State state, org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> getAddress()  
      java.lang.String toString()  
      • Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent

        getStateDescriptor, getTimestamp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TcpHostEvent

        protected TcpHostEvent​(org.jivesoftware.smack.fsm.State state,
                               org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.jivesoftware.smack.fsm.ConnectionStateEvent