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,LocalPortForwarder.ForwardedChannel,RemotePortForwarder.ForwardedTCPIPChannel,SessionChannel,UserAuthImpl,X11Forwarder.X11Channel
public interface ErrorNotifiableAPI for classes that are capable of being notified on an error so they can cleanup.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classErrorNotifiable.UtilUtility functions.
-
Method Summary
Modifier and Type Method Description voidnotifyError(SSHException error)Notifies this object of anerror.
-
-
-
Method Detail
-
notifyError
void notifyError(SSHException error)
Notifies this object of anerror.
-
-