Package org.jivesoftware.smack.isr
Class InstantStreamResumptionModule.InstantStreamResumptionStateDescriptor
java.lang.Object
org.jivesoftware.smack.fsm.StateDescriptor
org.jivesoftware.smack.isr.InstantStreamResumptionModule.InstantStreamResumptionStateDescriptor
- Enclosing class:
- InstantStreamResumptionModule
public static final class InstantStreamResumptionModule.InstantStreamResumptionStateDescriptor
extends StateDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.fsm.StateDescriptor
StateDescriptor.Property
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.jivesoftware.smack.isr.InstantStreamResumptionModule.InstantStreamResumptionState
constructState
(ModularXmppClientToServerConnectionInternal connectionInternal) Methods inherited from class org.jivesoftware.smack.fsm.StateDescriptor
addPredeccessor, addSuccessor, declareInferiorityTo, declareInferiorityTo, declarePrecedenceOver, declarePrecedenceOver, getFullStateName, getPredeccessors, getReference, getStateClass, getStateName, getSubordinates, getSuccessors, getSuperiors, isFinalState, isMultiVisitState, isNotImplemented, toString
-
Method Details
-
constructState
protected org.jivesoftware.smack.isr.InstantStreamResumptionModule.InstantStreamResumptionState constructState(ModularXmppClientToServerConnectionInternal connectionInternal) - Overrides:
constructState
in classStateDescriptor
-