Package org.jivesoftware.smack.tcp
Class TcpHostEvent
- java.lang.Object
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent.DetailedTransitionIntoInformation
-
- org.jivesoftware.smack.tcp.TcpHostEvent
-
- Direct Known Subclasses:
TcpHostEvent.ConnectedToHostEvent
,TcpHostEvent.ConnectingToHostEvent
,TcpHostEvent.ConnectionToHostFailedEvent
public abstract class TcpHostEvent extends org.jivesoftware.smack.fsm.ConnectionStateEvent.DetailedTransitionIntoInformation
-
-
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
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint>
address
-
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()
-
-
-
Field Detail
-
address
protected final org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address
-
-
Constructor Detail
-
TcpHostEvent
protected TcpHostEvent(org.jivesoftware.smack.fsm.State state, org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address)
-
-
Method Detail
-
getAddress
public org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> getAddress()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classorg.jivesoftware.smack.fsm.ConnectionStateEvent
-
-