Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.future | |
org.apache.sshd.client.keyverifier | |
org.apache.sshd.client.session |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey)
Verify that the server key provided is really the one of the host.
|
Modifier and Type | Method and Description |
---|---|
ClientSession |
DefaultConnectFuture.getSession() |
ClientSession |
ConnectFuture.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConnectFuture.setSession(ClientSession session) |
void |
ConnectFuture.setSession(ClientSession session)
Sets the newly connected session and notifies all threads waiting for
this future.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequiredServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey) |
boolean |
AcceptAllServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey) |
boolean |
DelegatingServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey) |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl
TODO Add javadoc
|
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.