Uses of Class
org.apache.sshd.common.SshException
-
Packages that use SshException Package Description org.apache.sshd.client.session org.apache.sshd.common.channel org.apache.sshd.common.util.buffer org.apache.sshd.server.session -
-
Uses of SshException in org.apache.sshd.client.session
Constructors in org.apache.sshd.client.session that throw SshException Constructor Description ClientConnectionService(AbstractClientSession s) -
Uses of SshException in org.apache.sshd.common.channel
Subclasses of SshException in org.apache.sshd.common.channel Modifier and Type Class Description classWindowClosedExceptionIndicates aWindowhas been closed. -
Uses of SshException in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer that throw SshException Modifier and Type Method Description java.security.KeyPairBuffer. getKeyPair()java.security.PublicKeyBuffer. getPublicKey()java.security.PublicKeyBuffer. getPublicKey(BufferPublicKeyParser<? extends java.security.PublicKey> parser)java.security.PublicKeyBuffer. getRawPublicKey()java.security.PublicKeyBuffer. getRawPublicKey(BufferPublicKeyParser<? extends java.security.PublicKey> parser) -
Uses of SshException in org.apache.sshd.server.session
Constructors in org.apache.sshd.server.session that throw SshException Constructor Description ServerConnectionService(AbstractServerSession s)
-