| Package | Description |
|---|---|
| org.apache.mina.statemachine.context |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStateContextFactory
StateContextFactory which creates DefaultStateContext
objects. |
| Constructor and Description |
|---|
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 IoSessions. |
IoSessionStateContextLookup(StateContextFactory contextFactory,
String sessionAttributeName)
Creates a new instance using the specified
StateContextFactory to
create StateContext objects for new IoSessions. |
SingletonStateContextLookup(StateContextFactory contextFactory)
Creates a new instance which uses the specified
StateContextFactory
to create the single instance. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.