SessionInactivityTimerpublic abstract class IdleTimeout
extends java.lang.Object
Created: 2017. 6. 25.
| Constructor | Description |
|---|---|
IdleTimeout(Scheduler scheduler) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getIdleTimeout() |
|
protected abstract void |
idleExpired() |
|
abstract boolean |
isValid() |
|
void |
notIdle() |
|
void |
setIdleTimeout(long idleTimeout) |
public IdleTimeout(Scheduler scheduler)
Copyright © 2008–2018 The Aspectran Project. All rights reserved.