Uses of Class
org.jivesoftware.smack.fsm.StateDescriptor
-
Packages that use StateDescriptor Package Description org.jivesoftware.smack.bind2 Classes and interfaces for Bind 2.0 (XEP-0386).org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections.org.jivesoftware.smack.compression Smack classes for compression.org.jivesoftware.smack.fsm Smack's Finite State Machine to handle the login logic.org.jivesoftware.smack.isr Classes and interfaces for Instant Stream Resumption (ISR) (XEP-0397).org.jivesoftware.smack.sm Smack's implementation of XEP-0198: Stream Management.org.jivesoftware.smack.tcp TCP-IP related classes for Smack.org.jivesoftware.smack.websocket WebSocket related classes for Smack. -
-
Uses of StateDescriptor in org.jivesoftware.smack.bind2
Subclasses of StateDescriptor in org.jivesoftware.smack.bind2 Modifier and Type Class Description static classBind2Module.Bind2StateDescriptorMethods in org.jivesoftware.smack.bind2 that return types with arguments of type StateDescriptor Modifier and Type Method Description protected Set<Class<? extends StateDescriptor>>Bind2ModuleDescriptor. getStateDescriptors() -
Uses of StateDescriptor in org.jivesoftware.smack.c2s
Subclasses of StateDescriptor in org.jivesoftware.smack.c2s Modifier and Type Class Description static classModularXmppClientToServerConnection.AuthenticatedAndResourceBoundStateDescriptorstatic classModularXmppClientToServerConnection.AuthenticatedButUnboundStateDescriptorstatic classModularXmppClientToServerConnection.ConnectedButUnauthenticatedStateDescriptorstatic classModularXmppClientToServerConnection.DisconnectedStateDescriptorstatic classModularXmppClientToServerConnection.LookupRemoteConnectionEndpointsStateDescriptorstatic classModularXmppClientToServerConnection.ResourceBindingStateDescriptorstatic classModularXmppClientToServerConnection.SaslAuthenticationStateDescriptorMethods in org.jivesoftware.smack.c2s that return types with arguments of type StateDescriptor Modifier and Type Method Description protected abstract Set<Class<? extends StateDescriptor>>ModularXmppClientToServerConnectionModuleDescriptor. getStateDescriptors() -
Uses of StateDescriptor in org.jivesoftware.smack.c2s.internal
Methods in org.jivesoftware.smack.c2s.internal with parameters of type StateDescriptor Modifier and Type Method Description booleanWalkStateGraphContext. isWalksFinalState(StateDescriptor stateDescriptor)Method parameters in org.jivesoftware.smack.c2s.internal with type arguments of type StateDescriptor Modifier and Type Method Description static WalkStateGraphContext.BuilderWalkStateGraphContext. builder(Class<? extends StateDescriptor> initialStateClass, Class<? extends StateDescriptor> finalStateClass)WalkStateGraphContext.BuilderWalkStateGraphContext.Builder. withMandatoryIntermediateState(Class<? extends StateDescriptor> mandatoryIntermedidateState) -
Uses of StateDescriptor in org.jivesoftware.smack.compression
Subclasses of StateDescriptor in org.jivesoftware.smack.compression Modifier and Type Class Description static classCompressionModule.CompressionStateDescriptorMethods in org.jivesoftware.smack.compression that return types with arguments of type StateDescriptor Modifier and Type Method Description protected Set<Class<? extends StateDescriptor>>CompressionModuleDescriptor. getStateDescriptors() -
Uses of StateDescriptor in org.jivesoftware.smack.fsm
Fields in org.jivesoftware.smack.fsm declared as StateDescriptor Modifier and Type Field Description protected StateDescriptorState. stateDescriptorMethods in org.jivesoftware.smack.fsm that return StateDescriptor Modifier and Type Method Description StateDescriptorStateMachineException.SmackStateGraphDeadEndException. getDeadEndState()StateDescriptorConnectionStateEvent. getStateDescriptor()StateDescriptorState. getStateDescriptor()Methods in org.jivesoftware.smack.fsm that return types with arguments of type StateDescriptor Modifier and Type Method Description static StateDescriptorGraph.GraphVertex<StateDescriptor>StateDescriptorGraph. constructStateDescriptorGraph(Set<Class<? extends StateDescriptor>> backwardEdgeStateDescriptors, boolean failOnUnknownStates)Set<Class<? extends StateDescriptor>>StateDescriptor. getPredeccessors()Set<Class<? extends StateDescriptor>>StateDescriptor. getSubordinates()Set<Class<? extends StateDescriptor>>StateDescriptor. getSuccessors()Set<Class<? extends StateDescriptor>>StateDescriptor. getSuperiors()Method parameters in org.jivesoftware.smack.fsm with type arguments of type StateDescriptor Modifier and Type Method Description voidStateDescriptor. addPredeccessor(Class<? extends StateDescriptor> predeccessor)protected voidStateDescriptor. addSuccessor(Class<? extends StateDescriptor> successor)static StateDescriptorGraph.GraphVertex<StateDescriptor>StateDescriptorGraph. constructStateDescriptorGraph(Set<Class<? extends StateDescriptor>> backwardEdgeStateDescriptors, boolean failOnUnknownStates)static StateDescriptorGraph.GraphVertex<State>StateDescriptorGraph. convertToStateGraph(StateDescriptorGraph.GraphVertex<StateDescriptor> initialStateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)protected voidStateDescriptor. declareInferiorityTo(Class<? extends StateDescriptor> superior)protected voidStateDescriptor. declarePrecedenceOver(Class<? extends StateDescriptor> subordinate)static <E> voidStateDescriptorGraph. stateDescriptorGraphToDot(Collection<StateDescriptorGraph.GraphVertex<StateDescriptor>> vertexes, PrintWriter dotOut, boolean breakStateName)Constructors in org.jivesoftware.smack.fsm with parameters of type StateDescriptor Constructor Description AbstractTransport(XmppClientToServerTransport transport, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)ConnectionStateEvent(StateDescriptor currentStateDescriptor)ConnectionStateEvent(StateDescriptor currentStateDescriptor, StateDescriptor successorStateDescriptor)NoOpState(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)Constructs a NoOpState.State(StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)TransitionImpossibleBecauseNotImplemented(StateDescriptor stateDescriptor) -
Uses of StateDescriptor in org.jivesoftware.smack.isr
Subclasses of StateDescriptor in org.jivesoftware.smack.isr Modifier and Type Class Description static classInstantStreamResumptionModule.InstantStreamResumptionStateDescriptorMethods in org.jivesoftware.smack.isr that return types with arguments of type StateDescriptor Modifier and Type Method Description protected Set<Class<? extends StateDescriptor>>InstantStreamResumptionModuleDescriptor. getStateDescriptors() -
Uses of StateDescriptor in org.jivesoftware.smack.sm
Subclasses of StateDescriptor in org.jivesoftware.smack.sm Modifier and Type Class Description static classStreamManagementModule.EnableStreamManagementStateDescriptorstatic classStreamManagementModule.ResumeStreamStateDescriptorMethods in org.jivesoftware.smack.sm that return types with arguments of type StateDescriptor Modifier and Type Method Description protected Set<Class<? extends StateDescriptor>>StreamManagementModuleDescriptor. getStateDescriptors() -
Uses of StateDescriptor in org.jivesoftware.smack.tcp
Methods in org.jivesoftware.smack.tcp that return types with arguments of type StateDescriptor Modifier and Type Method Description protected Set<Class<? extends StateDescriptor>>XmppTcpTransportModuleDescriptor. getStateDescriptors() -
Uses of StateDescriptor in org.jivesoftware.smack.websocket
Methods in org.jivesoftware.smack.websocket that return types with arguments of type StateDescriptor Modifier and Type Method Description protected Set<Class<? extends StateDescriptor>>XmppWebSocketTransportModuleDescriptor. getStateDescriptors()
-