public interface SshLifecycleListener
SshLifecycleComponent opening, closing and data transfer.
Note, to date, not all providers will support all of these events.
| Modifier and Type | Method and Description |
|---|---|
void |
closed(SshLifecycleComponent channel)
A channel is c;osed.
|
void |
closing(SshLifecycleComponent channel)
A channel is closing.
|
void |
opened(SshLifecycleComponent channel)
A channel has been opened.
|
void opened(SshLifecycleComponent channel)
channel - the opened channel.void closing(SshLifecycleComponent channel)
channel - the channel closing.void closed(SshLifecycleComponent channel)
channel - the channel closed.Copyright © 2018. All rights reserved.