| net.schmizz.sshj.common.ErrorNotifiable |
Known Indirect Subclasses
AbstractChannel,
AbstractDirectChannel,
AbstractForwardedChannel,
AbstractService,
Channel,
Channel.Direct,
Channel.Forwarded,
ChannelInputStream,
ChannelOutputStream,
ConnectionImpl,
LocalPortForwarder.DirectTCPIPChannel,
RemotePortForwarder.ForwardedTCPIPChannel,
Service,
Session,
Session.Command,
Session.Shell,
Session.Subsystem,
SessionChannel,
UserAuthImpl,
X11Forwarder.X11Channel
|
Class Overview
API for classes that are capable of being notified on an error so they can cleanup.
Summary
| Nested Classes |
|
class |
ErrorNotifiable.Util |
Utility functions. |
Public Methods
public
abstract
void
notifyError
(SSHException error)
Notifies this object of an error.