Package net.schmizz.sshj.common
Interface ErrorNotifiable
- All Known Subinterfaces:
Channel
,Channel.Direct
,Channel.Forwarded
,Service
,Session
,Session.Command
,Session.Shell
,Session.Subsystem
- All Known Implementing Classes:
AbstractChannel
,AbstractDirectChannel
,AbstractForwardedChannel
,AbstractService
,ChannelInputStream
,ChannelOutputStream
,ConnectionImpl
,DirectConnection
,DirectTCPIPChannel
,KeyExchanger
,LocalPortForwarder.ForwardedChannel
,RemotePortForwarder.ForwardedTCPIPChannel
,SessionChannel
,TransportImpl.NullService
,UserAuthImpl
,X11Forwarder.X11Channel
public interface ErrorNotifiable
API for classes that are capable of being notified on an error so they can cleanup.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyError
(SSHException error) Notifies this object of anerror
.
-
Method Details
-
notifyError
Notifies this object of anerror
.
-