Uses of Interface
net.schmizz.sshj.common.ErrorNotifiable
Packages that use ErrorNotifiable
Package
Description
-
Uses of ErrorNotifiable in net.schmizz.sshj
Subinterfaces of ErrorNotifiable in net.schmizz.sshjModifier and TypeInterfaceDescriptioninterfaceRepresents a service running on top of the SSH transport layer.Classes in net.schmizz.sshj that implement ErrorNotifiableModifier and TypeClassDescriptionclassAn abstract class forServicethat implements common or default functionality. -
Uses of ErrorNotifiable in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common with parameters of type ErrorNotifiableModifier and TypeMethodDescriptionstatic voidErrorNotifiable.Util.alertAll(SSHException error, ErrorNotifiable... notifiables) Notify allnotifiablesof givenerror.Method parameters in net.schmizz.sshj.common with type arguments of type ErrorNotifiableModifier and TypeMethodDescriptionstatic voidErrorNotifiable.Util.alertAll(SSHException error, Collection<? extends ErrorNotifiable> notifiables) Notify allnotifiablesof givenerror. -
Uses of ErrorNotifiable in net.schmizz.sshj.connection
Classes in net.schmizz.sshj.connection that implement ErrorNotifiable -
Uses of ErrorNotifiable in net.schmizz.sshj.connection.channel
Subinterfaces of ErrorNotifiable in net.schmizz.sshj.connection.channelModifier and TypeInterfaceDescriptioninterfaceA channel is the basic medium for application-layer data on top of an SSH transport.static interfaceDirect channels are those that are initiated by us.static interfaceForwarded channels are those that are initiated by the server.Classes in net.schmizz.sshj.connection.channel that implement ErrorNotifiableModifier and TypeClassDescriptionclassfinal classInputStreamfor channels.final classOutputStreamfor channels. -
Uses of ErrorNotifiable in net.schmizz.sshj.connection.channel.direct
Subinterfaces of ErrorNotifiable in net.schmizz.sshj.connection.channel.directModifier and TypeInterfaceDescriptioninterfacestatic interfaceCommand API.static interfaceShell API.static interfaceSubsystem API.Classes in net.schmizz.sshj.connection.channel.direct that implement ErrorNotifiableModifier and TypeClassDescriptionclassBase class for direct channels whose open is initiated by the client.classA channel for creating a direct TCP/IP connection from the server to a remote address.classstatic classclassSessionimplementation. -
Uses of ErrorNotifiable in net.schmizz.sshj.connection.channel.forwarded
Classes in net.schmizz.sshj.connection.channel.forwarded that implement ErrorNotifiableModifier and TypeClassDescriptionclassBase class for forwarded channels whose open is initiated by the server.static classAforwarded-tcpipchannel.static classAnx11forwarded channel. -
Uses of ErrorNotifiable in net.schmizz.sshj.transport
Classes in net.schmizz.sshj.transport that implement ErrorNotifiableModifier and TypeClassDescription(package private) final classAlgorithm negotiation and key exchange.private static final class -
Uses of ErrorNotifiable in net.schmizz.sshj.userauth
Classes in net.schmizz.sshj.userauth that implement ErrorNotifiable