Uses of Interface
org.apache.mina.statemachine.context.StateContextFactory
Packages that use StateContextFactory
-
Uses of StateContextFactory in org.apache.mina.statemachine.context
Classes in org.apache.mina.statemachine.context that implement StateContextFactoryModifier and TypeClassDescriptionclassStateContextFactorywhich createsDefaultStateContextobjects.Fields in org.apache.mina.statemachine.context declared as StateContextFactoryModifier and TypeFieldDescriptionprivate final StateContextFactoryAbstractStateContextLookup.contextFactoryConstructors in org.apache.mina.statemachine.context with parameters of type StateContextFactoryModifierConstructorDescriptionAbstractStateContextLookup(StateContextFactory contextFactory) Creates a new instance which uses the specifiedStateContextFactoryto createStateContextobjects.IoSessionStateContextLookup(StateContextFactory contextFactory) Creates a new instance using the specifiedStateContextFactoryto createStateContextobjects for newIoSessions.IoSessionStateContextLookup(StateContextFactory contextFactory, String sessionAttributeName) Creates a new instance using the specifiedStateContextFactoryto createStateContextobjects for newIoSessions.SingletonStateContextLookup(StateContextFactory contextFactory) Creates a new instance which uses the specifiedStateContextFactoryto create the single instance.