|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IdleStateListener | |
|---|---|
| com.maverick.nio | This package contains a generic framework for Java NIO daemons. |
| com.maverick.sshd | This package contains the base implementation of the SSH server. |
| Uses of IdleStateListener in com.maverick.nio |
|---|
| Methods in com.maverick.nio with parameters of type IdleStateListener | |
|---|---|
void |
IdleStateManager.register(IdleStateListener obj)
|
void |
IdleStateManager.remove(IdleStateListener obj)
Called by a listener when they want to remove themselves |
void |
IdleStateManager.reset(IdleStateListener obj)
Called by a listener when they want their idle state to be reset. |
| Uses of IdleStateListener in com.maverick.sshd |
|---|
| Classes in com.maverick.sshd that implement IdleStateListener | |
|---|---|
class |
SessionChannel
This class provides an abstract session, it handles all the requests defined in the SSH Connection protocol for a session channel and passes the request to the concrete implementation through its abstract methods. |
class |
TransportProtocol
This class implements the SSH Transport Protocol for the SSHD server. |
class |
UnsupportedSession
This is a basic session that provides a message to the user to inform them that a shell or command cannot be executed because the server does not support an interactive session. |
| Methods in com.maverick.sshd with parameters of type IdleStateListener | |
|---|---|
void |
Channel.clearIdleState(IdleStateListener listener)
Clear an idle state listener. |
void |
Channel.resetIdleState(IdleStateListener listener)
Allows a channel to register and receive idle state events. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||