Class XmppTcpTransportModule.TcpSocketConnectedResult

  • Enclosing class:
    XmppTcpTransportModule

    public static final class XmppTcpTransportModule.TcpSocketConnectedResult
    extends org.jivesoftware.smack.fsm.StateTransitionResult.Success
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jivesoftware.smack.fsm.StateTransitionResult

        org.jivesoftware.smack.fsm.StateTransitionResult.AttemptResult, org.jivesoftware.smack.fsm.StateTransitionResult.Failure, org.jivesoftware.smack.fsm.StateTransitionResult.FailureCausedByException<E extends java.lang.Exception>, org.jivesoftware.smack.fsm.StateTransitionResult.FailureCausedByTimeout, org.jivesoftware.smack.fsm.StateTransitionResult.Success, org.jivesoftware.smack.fsm.StateTransitionResult.TransitionImpossible, org.jivesoftware.smack.fsm.StateTransitionResult.TransitionImpossibleBecauseNotImplemented, org.jivesoftware.smack.fsm.StateTransitionResult.TransitionImpossibleReason
    • Field Summary

      • Fields inherited from class org.jivesoftware.smack.fsm.StateTransitionResult.Success

        EMPTY_INSTANCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetSocketAddress getRemoteAddress()  
      • Methods inherited from class org.jivesoftware.smack.fsm.StateTransitionResult

        toString
      • Methods inherited from class java.lang.Object

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

      • getRemoteAddress

        public java.net.InetSocketAddress getRemoteAddress()