Uses of Class
net.schmizz.sshj.common.SSHException
-
-
Uses of SSHException in com.hierynomus.sshj.transport.verification
Methods in com.hierynomus.sshj.transport.verification that throw SSHException Modifier and Type Method Description static KnownHostMatchers.HostMatcher
KnownHostMatchers. createMatcher(java.lang.String hostEntry)
Constructors in com.hierynomus.sshj.transport.verification that throw SSHException Constructor Description AnyHostMatcher(java.lang.String hostEntry)
HashedHostMatcher(java.lang.String hash)
NegateHostMatcher(java.lang.String hostEntry)
-
Uses of SSHException in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type SSHException Modifier and Type Method Description void
AbstractService. notifyError(SSHException error)
Methods in net.schmizz.sshj that throw SSHException Modifier and Type Method Description void
AbstractService. handle(Message msg, SSHPacket buf)
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.common Modifier and Type Class Description static class
Buffer.BufferException
static class
CircularBuffer.CircularBufferException
Fields in net.schmizz.sshj.common with type parameters of type SSHException Modifier and Type Field Description static ExceptionChainer<SSHException>
SSHException. chainer
Methods in net.schmizz.sshj.common with parameters of type SSHException Modifier and Type Method Description static void
ErrorNotifiable.Util. alertAll(SSHException error, java.util.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 Modifier and Type Method Description void
SSHPacketHandler. handle(Message msg, SSHPacket buf)
Delegate handling of some SSH packet to this object. -
Uses of SSHException in net.schmizz.sshj.connection
Subclasses of SSHException in net.schmizz.sshj.connection Modifier and Type Class Description class
ConnectionException
Connection-layer exception.Methods in net.schmizz.sshj.connection with parameters of type SSHException Modifier and Type Method Description void
ConnectionImpl. notifyError(SSHException error)
Methods in net.schmizz.sshj.connection that throw SSHException Modifier and Type Method Description void
ConnectionImpl. handle(Message msg, SSHPacket buf)
-
Uses of SSHException in net.schmizz.sshj.connection.channel
Subclasses of SSHException in net.schmizz.sshj.connection.channel Modifier and Type Class Description class
OpenFailException
Fields in net.schmizz.sshj.connection.channel declared as SSHException Modifier and Type Field Description private SSHException
ChannelInputStream. error
private SSHException
ChannelOutputStream. error
Methods in net.schmizz.sshj.connection.channel with parameters of type SSHException Modifier and Type Method Description void
AbstractChannel. notifyError(SSHException error)
void
ChannelInputStream. notifyError(SSHException error)
void
ChannelOutputStream. notifyError(SSHException error)
Methods in net.schmizz.sshj.connection.channel that throw SSHException Modifier and Type Method Description private void
ChannelOutputStream. checkClose()
protected void
AbstractChannel. gotExtendedData(SSHPacket buf)
void
AbstractChannel. handle(Message msg, SSHPacket buf)
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 SSHException Modifier and Type Method Description void
SessionChannel. notifyError(SSHException error)
Methods in net.schmizz.sshj.connection.channel.direct that throw SSHException Modifier and Type Method Description protected void
SessionChannel. gotExtendedData(SSHPacket buf)
Session
SessionFactory. startSession()
Opens asession
channel. -
Uses of SSHException in net.schmizz.sshj.sftp
Subclasses of SSHException in net.schmizz.sshj.sftp Modifier and Type Class Description class
SFTPException
Constructors in net.schmizz.sshj.sftp that throw SSHException Constructor Description SFTPEngine(SessionFactory ssh)
SFTPEngine(SessionFactory ssh, java.lang.String pathSep)
-
Uses of SSHException in net.schmizz.sshj.transport
Subclasses of SSHException in net.schmizz.sshj.transport Modifier and Type Class Description class
TransportException
Transport-layer exceptionMethods in net.schmizz.sshj.transport with parameters of type SSHException Modifier and Type Method Description void
KeyExchanger. notifyError(SSHException error)
Methods in net.schmizz.sshj.transport that throw SSHException Modifier and Type Method Description private 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
TransportImpl. handle(Message msg, SSHPacket buf)
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 SSHException Constructor Description HostEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostPart, KeyType type, java.security.PublicKey key)
HostEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostPart, KeyType type, java.security.PublicKey key, java.lang.String comment)
HostEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostPart, KeyType type, java.security.PublicKey key, java.lang.String comment, LoggerFactory loggerFactory)
-
Uses of SSHException in net.schmizz.sshj.userauth
Subclasses of SSHException in net.schmizz.sshj.userauth Modifier and Type Class Description class
UserAuthException
User authentication exceptionMethods in net.schmizz.sshj.userauth with parameters of type SSHException Modifier and Type Method Description void
UserAuthImpl. notifyError(SSHException error)
Methods in net.schmizz.sshj.userauth that throw SSHException Modifier and Type Method Description void
UserAuthImpl. handle(Message msg, SSHPacket buf)
-
Uses of SSHException in net.schmizz.sshj.xfer.scp
Subclasses of SSHException in net.schmizz.sshj.xfer.scp Modifier and Type Class Description class
SCPException
class
SCPRemoteException
Methods in net.schmizz.sshj.xfer.scp that throw SSHException Modifier and Type Method Description (package private) void
SCPEngine. execSCPWith(ScpCommandLine commandLine)
-