Uses of Interface
org.apache.mina.statemachine.context.StateContextFactory
-
Packages that use StateContextFactory Package Description org.apache.mina.statemachine.context -
-
Uses of StateContextFactory in org.apache.mina.statemachine.context
Classes in org.apache.mina.statemachine.context that implement StateContextFactory Modifier and Type Class Description classDefaultStateContextFactoryStateContextFactorywhich createsDefaultStateContextobjects.Fields in org.apache.mina.statemachine.context declared as StateContextFactory Modifier and Type Field Description private StateContextFactoryAbstractStateContextLookup. contextFactoryConstructors in org.apache.mina.statemachine.context with parameters of type StateContextFactory Constructor Description AbstractStateContextLookup(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, java.lang.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.
-