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 class
WindowClosedException
Indicates aWindow
has 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.KeyPair
Buffer. getKeyPair()
java.security.PublicKey
Buffer. getPublicKey()
java.security.PublicKey
Buffer. getPublicKey(BufferPublicKeyParser<? extends java.security.PublicKey> parser)
java.security.PublicKey
Buffer. getRawPublicKey()
java.security.PublicKey
Buffer. 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)
-