|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateContextFactory | |
---|---|
org.apache.mina.statemachine.context |
Uses of StateContextFactory in org.apache.mina.statemachine.context |
---|
Classes in org.apache.mina.statemachine.context that implement StateContextFactory | |
---|---|
class |
DefaultStateContextFactory
StateContextFactory which creates DefaultStateContext
objects. |
Constructors in org.apache.mina.statemachine.context with parameters of type StateContextFactory | |
---|---|
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,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |