|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientSession | |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.future | |
org.apache.sshd.client.keyverifier | |
org.apache.sshd.client.session |
Uses of ClientSession in org.apache.sshd.client |
---|
Methods in org.apache.sshd.client with parameters of type ClientSession | |
---|---|
boolean |
ServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey)
Verify that the server key provided is really the one of the host. |
Uses of ClientSession in org.apache.sshd.client.future |
---|
Methods in org.apache.sshd.client.future that return ClientSession | |
---|---|
ClientSession |
ConnectFuture.getSession()
|
ClientSession |
DefaultConnectFuture.getSession()
|
Methods in org.apache.sshd.client.future with parameters of type ClientSession | |
---|---|
void |
ConnectFuture.setSession(ClientSession session)
Sets the newly connected session and notifies all threads waiting for this future. |
void |
DefaultConnectFuture.setSession(ClientSession session)
|
Uses of ClientSession in org.apache.sshd.client.keyverifier |
---|
Methods in org.apache.sshd.client.keyverifier with parameters of type ClientSession | |
---|---|
boolean |
AcceptAllServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey)
|
boolean |
RequiredServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey)
|
boolean |
DelegatingServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey)
|
Uses of ClientSession in org.apache.sshd.client.session |
---|
Classes in org.apache.sshd.client.session that implement ClientSession | |
---|---|
class |
ClientSessionImpl
TODO Add javadoc |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |