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 TypeMethodDescriptionvoid
void
AbstractService.notifyUnimplemented
(long seqNum) void
Service.notifyUnimplemented
(long seqNum) Notifies this service that aSSH_MSG_UNIMPLEMENTED
was 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 class
static class
Fields in net.schmizz.sshj.common with type parameters of type SSHExceptionModifier and TypeFieldDescriptionstatic final ExceptionChainer
<SSHException> SSHException.chainer
Methods in net.schmizz.sshj.common with parameters of type SSHExceptionModifier and TypeMethodDescriptionstatic void
ErrorNotifiable.Util.alertAll
(SSHException error, Collection<? extends ErrorNotifiable> notifiables) Notify allnotifiables
of givenerror
.static void
ErrorNotifiable.Util.alertAll
(SSHException error, ErrorNotifiable... notifiables) Notify allnotifiables
of givenerror
.void
ErrorNotifiable.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 SSHException
ChannelInputStream.error
private SSHException
ChannelOutputStream.error
Methods in net.schmizz.sshj.connection.channel with parameters of type SSHExceptionModifier and TypeMethodDescriptionvoid
AbstractChannel.notifyError
(SSHException error) void
ChannelInputStream.notifyError
(SSHException error) void
ChannelOutputStream.notifyError
(SSHException error) Methods in net.schmizz.sshj.connection.channel that throw SSHExceptionModifier and TypeMethodDescriptionprivate void
ChannelOutputStream.checkClose()
protected void
AbstractChannel.gotExtendedData
(SSHPacket buf) void
void
ChannelInputStream.receive
(byte[] data, int offset, int len) protected void
AbstractChannel.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 void
SessionChannel.gotExtendedData
(SSHPacket buf) SessionFactory.startSession()
Opens asession
channel. -
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 int
Decoder.decode()
Returns advised number of bytes that should be made available in decoderBuffer before the method should be called again.private void
TransportImpl.gotUnimplemented
(SSHPacket packet) Got an SSH_MSG_UNIMPLEMENTED, so lets see where we're at and act accordingly.void
This is where all incoming packets are handled.(package private) int
Decoder.received
(byte[] b, int len) Addslen
bytes fromb
to 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) void
SCPEngine.execSCPWith
(ScpCommandLine commandLine)