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 classWindowClosedExceptionIndicates aWindowhas 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 voidAbstractDHKeyExchange. validateEValue(java.math.BigInteger pValue)protected voidAbstractDHKeyExchange. 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 SshExceptionAbstractSession. discardingMethods in org.apache.sshd.common.session.helpers that throw SshException Modifier and Type Method Description protected voidAbstractSession. 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.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)
-