Package | Description |
---|---|
org.snf4j.core |
Provides interfaces and classes implementing the core functionalities of the
API.
|
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
Modifier and Type | Method and Description |
---|---|
static EndingAction |
EndingAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndingAction[] |
EndingAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EndingAction |
ISessionConfig.getEndingAction()
Gets the action that should be performed by the selector
loop after ending of the associated session.
|
EndingAction |
DefaultSessionConfig.getEndingAction()
Gets the action that should be performed by the selector
loop after ending of the associated session.
|
Modifier and Type | Method and Description |
---|---|
DefaultSessionConfig |
DefaultSessionConfig.setEndingAction(EndingAction action)
Sets an action that should be performed by the selector loop after ending of
the associated session.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.