程序包 | 说明 |
---|---|
org.apache.mina.statemachine.context |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultStateContextFactory
StateContextFactory which creates DefaultStateContext
objects. |
构造器和说明 |
---|
AbstractStateContextLookup(StateContextFactory contextFactory)
Creates a new instance which uses the specified
StateContextFactory
to create StateContext objects. |
IoSessionStateContextLookup(StateContextFactory contextFactory)
Creates a new instance using the specified
StateContextFactory to
create StateContext objects for new IoSession s. |
IoSessionStateContextLookup(StateContextFactory contextFactory,
java.lang.String sessionAttributeName)
Creates a new instance using the specified
StateContextFactory to
create StateContext objects for new IoSession s. |
SingletonStateContextLookup(StateContextFactory contextFactory)
Creates a new instance which uses the specified
StateContextFactory
to create the single instance. |