Uses of Class
org.apache.sshd.common.SshException
-
-
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.kex.dh
Methods in org.apache.sshd.common.kex.dh that throw SshException Modifier and Type Method Description protected void
AbstractDHKeyExchange. validateEValue(java.math.BigInteger pValue)
protected void
AbstractDHKeyExchange. validateFValue(java.math.BigInteger pValue)
-
Uses of SshException in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as SshException Modifier and Type Field Description protected SshException
AbstractSession. discarding
Methods in org.apache.sshd.common.session.helpers that throw SshException Modifier and Type Method Description protected void
AbstractSession. failStrictKex(int cmd)
-
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)
-