Uses of Class
net.schmizz.sshj.common.SSHException
Packages that use SSHException
Package
Description
-
Uses of SSHException in com.hierynomus.sshj.transport.verification
Methods in com.hierynomus.sshj.transport.verification that throw SSHExceptionConstructors in com.hierynomus.sshj.transport.verification that throw SSHExceptionModifierConstructorDescription(package private)AnyHostMatcher(String hostEntry) (package private)HashedHostMatcher(String hash) (package private)NegateHostMatcher(String hostEntry) -
Uses of SSHException in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type SSHExceptionMethods in net.schmizz.sshj that throw SSHExceptionModifier and TypeMethodDescriptionvoidvoidAbstractService.notifyUnimplemented(long seqNum) voidService.notifyUnimplemented(long seqNum) Notifies this service that aSSH_MSG_UNIMPLEMENTEDwas received for packet with given sequence number. -
Uses of SSHException in net.schmizz.sshj.common
Subclasses of SSHException in net.schmizz.sshj.commonModifier and TypeClassDescriptionstatic classstatic classFields in net.schmizz.sshj.common with type parameters of type SSHExceptionModifier and TypeFieldDescriptionstatic final ExceptionChainer<SSHException> SSHException.chainerMethods in net.schmizz.sshj.common with parameters of type SSHExceptionModifier and TypeMethodDescriptionstatic voidErrorNotifiable.Util.alertAll(SSHException error, Collection<? extends ErrorNotifiable> notifiables) Notify allnotifiablesof givenerror.static voidErrorNotifiable.Util.alertAll(SSHException error, ErrorNotifiable... notifiables) Notify allnotifiablesof givenerror.voidErrorNotifiable.notifyError(SSHException error) Notifies this object of anerror.Methods in net.schmizz.sshj.common that throw SSHException -
Uses of SSHException in net.schmizz.sshj.connection
Subclasses of SSHException in net.schmizz.sshj.connectionMethods in net.schmizz.sshj.connection with parameters of type SSHExceptionMethods in net.schmizz.sshj.connection that throw SSHException -
Uses of SSHException in net.schmizz.sshj.connection.channel
Subclasses of SSHException in net.schmizz.sshj.connection.channelFields in net.schmizz.sshj.connection.channel declared as SSHExceptionModifier and TypeFieldDescriptionprivate SSHExceptionChannelInputStream.errorprivate SSHExceptionChannelOutputStream.errorMethods in net.schmizz.sshj.connection.channel with parameters of type SSHExceptionModifier and TypeMethodDescriptionvoidAbstractChannel.notifyError(SSHException error) voidChannelInputStream.notifyError(SSHException error) voidChannelOutputStream.notifyError(SSHException error) Methods in net.schmizz.sshj.connection.channel that throw SSHExceptionModifier and TypeMethodDescriptionprivate voidChannelOutputStream.checkClose()protected voidAbstractChannel.gotExtendedData(SSHPacket buf) voidvoidChannelInputStream.receive(byte[] data, int offset, int len) protected voidAbstractChannel.receiveInto(ChannelInputStream stream, SSHPacket buf) -
Uses of SSHException in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHExceptionMethods in net.schmizz.sshj.connection.channel.direct that throw SSHExceptionModifier and TypeMethodDescriptionprotected voidSessionChannel.gotExtendedData(SSHPacket buf) SessionFactory.startSession()Opens asessionchannel. -
Uses of SSHException in net.schmizz.sshj.sftp
Subclasses of SSHException in net.schmizz.sshj.sftpConstructors in net.schmizz.sshj.sftp that throw SSHExceptionModifierConstructorDescriptionSFTPEngine(SessionFactory ssh) SFTPEngine(SessionFactory ssh, String pathSep) -
Uses of SSHException in net.schmizz.sshj.transport
Subclasses of SSHException in net.schmizz.sshj.transportMethods in net.schmizz.sshj.transport with parameters of type SSHExceptionMethods in net.schmizz.sshj.transport that throw SSHExceptionModifier and TypeMethodDescriptionprivate intDecoder.decode()Returns advised number of bytes that should be made available in decoderBuffer before the method should be called again.private voidTransportImpl.gotUnimplemented(SSHPacket packet) Got an SSH_MSG_UNIMPLEMENTED, so lets see where we're at and act accordingly.voidThis is where all incoming packets are handled.(package private) intDecoder.received(byte[] b, int len) Addslenbytes frombto the decoder buffer. -
Uses of SSHException in net.schmizz.sshj.transport.verification
Constructors in net.schmizz.sshj.transport.verification that throw SSHExceptionModifierConstructorDescriptionHostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key) HostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment) HostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment, LoggerFactory loggerFactory) -
Uses of SSHException in net.schmizz.sshj.userauth
Subclasses of SSHException in net.schmizz.sshj.userauthMethods in net.schmizz.sshj.userauth with parameters of type SSHExceptionMethods in net.schmizz.sshj.userauth that throw SSHException -
Uses of SSHException in net.schmizz.sshj.xfer.scp
Subclasses of SSHException in net.schmizz.sshj.xfer.scpMethods in net.schmizz.sshj.xfer.scp that throw SSHExceptionModifier and TypeMethodDescription(package private) voidSCPEngine.execSCPWith(ScpCommandLine commandLine)