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 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
ConnectionStateEvent.AboutToTransitionInto, ConnectionStateEvent.DetailedTransitionIntoInformation, ConnectionStateEvent.FinalStateReached, ConnectionStateEvent.StateRevertBackwardsWalk, ConnectionStateEvent.SuccessfullyTransitionedInto, ConnectionStateEvent.TransitionFailed, ConnectionStateEvent.TransitionIgnoredDueCycle, ConnectionStateEvent.TransitionNotPossible
-
-
Field Summary
Fields Modifier and Type Field Description protected RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint>
address
-
Constructor Summary
Constructors Modifier Constructor Description protected
TcpHostEvent(State state, RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint>
getAddress()
java.lang.String
toString()
-
Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
getStateDescriptor, getTimestamp
-
-
-
-
Field Detail
-
address
protected final RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address
-
-
Constructor Detail
-
TcpHostEvent
protected TcpHostEvent(State state, RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> address)
-
-
Method Detail
-
getAddress
public RemoteConnectionEndpoint.InetSocketAddressCoupling<Rfc6120TcpRemoteConnectionEndpoint> getAddress()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classConnectionStateEvent
-
-