Package | Description |
---|---|
org.jivesoftware.smack |
Core classes of the Smack API.
|
org.jivesoftware.smack.fsm |
Smack's Finite State Machine to handle the login logic.
|
Constructor and Description |
---|
AbstractXmppNioConnection(ConnectionConfiguration configuration,
StateDescriptorGraph.GraphVertex<StateDescriptor> initialStateDescriptorVertex) |
Modifier and Type | Method and Description |
---|---|
static StateDescriptorGraph.GraphVertex<StateDescriptor> |
StateDescriptorGraph.constructStateDescriptorGraph(Set<Class<? extends StateDescriptor>> backwardEdgeStateDescriptors) |
Modifier and Type | Method and Description |
---|---|
List<StateDescriptorGraph.GraphVertex<E>> |
StateDescriptorGraph.GraphVertex.getOutgoingEdges() |
Modifier and Type | Method and Description |
---|---|
static <E> void |
StateDescriptorGraph.stateDescriptorGraphToDot(Collection<StateDescriptorGraph.GraphVertex<StateDescriptor>> vertexes,
PrintWriter dotOut,
boolean breakStateName) |
Constructor and Description |
---|
AbstractXmppStateMachineConnection(ConnectionConfiguration configuration,
StateDescriptorGraph.GraphVertex<StateDescriptor> initialStateDescriptorVertex) |