Package org.jivesoftware.smack.sm
Class StreamManagementModuleDescriptor
- java.lang.Object
-
- org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModuleDescriptor
-
- org.jivesoftware.smack.sm.StreamManagementModuleDescriptor
-
public class StreamManagementModuleDescriptor extends org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModuleDescriptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamManagementModuleDescriptor.Builder
-
Constructor Summary
Constructors Constructor Description StreamManagementModuleDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StreamManagementModule
constructXmppConnectionModule(org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)
protected java.util.Set<java.lang.Class<? extends org.jivesoftware.smack.fsm.StateDescriptor>>
getStateDescriptors()
-
-
-
Method Detail
-
getStateDescriptors
protected java.util.Set<java.lang.Class<? extends org.jivesoftware.smack.fsm.StateDescriptor>> getStateDescriptors()
- Specified by:
getStateDescriptors
in classorg.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModuleDescriptor
-
constructXmppConnectionModule
protected StreamManagementModule constructXmppConnectionModule(org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)
- Specified by:
constructXmppConnectionModule
in classorg.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModuleDescriptor
-
-