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.HostMatcherKnownHostMatchers. 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 voidAbstractService. notifyError(SSHException error)Methods in net.schmizz.sshj that throw SSHException Modifier and Type Method Description voidAbstractService. handle(Message msg, SSHPacket buf)voidAbstractService. 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.common Modifier and Type Class Description static classBuffer.BufferExceptionstatic classCircularBuffer.CircularBufferExceptionFields in net.schmizz.sshj.common with type parameters of type SSHException Modifier and Type Field Description static ExceptionChainer<SSHException>SSHException. chainerMethods in net.schmizz.sshj.common with parameters of type SSHException Modifier and Type Method Description static voidErrorNotifiable.Util. alertAll(SSHException error, java.util.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 Modifier and Type Method Description voidSSHPacketHandler. 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 classConnectionExceptionConnection-layer exception.Methods in net.schmizz.sshj.connection with parameters of type SSHException Modifier and Type Method Description voidConnectionImpl. notifyError(SSHException error)Methods in net.schmizz.sshj.connection that throw SSHException Modifier and Type Method Description voidConnectionImpl. 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 classOpenFailExceptionFields in net.schmizz.sshj.connection.channel declared as SSHException Modifier and Type Field Description private SSHExceptionChannelInputStream. errorprivate SSHExceptionChannelOutputStream. errorMethods in net.schmizz.sshj.connection.channel with parameters of type SSHException Modifier and Type Method Description voidAbstractChannel. notifyError(SSHException error)voidChannelInputStream. notifyError(SSHException error)voidChannelOutputStream. notifyError(SSHException error)Methods in net.schmizz.sshj.connection.channel that throw SSHException Modifier and Type Method Description private voidChannelOutputStream. checkClose()protected voidAbstractChannel. gotExtendedData(SSHPacket buf)voidAbstractChannel. handle(Message msg, SSHPacket buf)voidChannelInputStream. 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 SSHException Modifier and Type Method Description voidSessionChannel. notifyError(SSHException error)Methods in net.schmizz.sshj.connection.channel.direct that throw SSHException Modifier and Type Method Description protected voidSessionChannel. gotExtendedData(SSHPacket buf)SessionSessionFactory. startSession()Opens asessionchannel. -
Uses of SSHException in net.schmizz.sshj.sftp
Subclasses of SSHException in net.schmizz.sshj.sftp Modifier and Type Class Description classSFTPExceptionConstructors 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 classTransportExceptionTransport-layer exceptionMethods in net.schmizz.sshj.transport with parameters of type SSHException Modifier and Type Method Description voidKeyExchanger. notifyError(SSHException error)Methods in net.schmizz.sshj.transport that throw SSHException Modifier and Type Method Description private 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.voidTransportImpl. handle(Message msg, SSHPacket buf)This 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 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 classUserAuthExceptionUser authentication exceptionMethods in net.schmizz.sshj.userauth with parameters of type SSHException Modifier and Type Method Description voidUserAuthImpl. notifyError(SSHException error)Methods in net.schmizz.sshj.userauth that throw SSHException Modifier and Type Method Description voidUserAuthImpl. 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 classSCPExceptionclassSCPRemoteExceptionMethods in net.schmizz.sshj.xfer.scp that throw SSHException Modifier and Type Method Description (package private) voidSCPEngine. execSCPWith(ScpCommandLine commandLine)
-