|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.agent.common.AbstractAgentProxy
org.apache.sshd.agent.unix.AgentClient
public class AgentClient
A client for a remote SSH agent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.sshd.agent.SshAgent |
|---|
SshAgent.Pair<U,V> |
| Field Summary |
|---|
| Fields inherited from interface org.apache.sshd.agent.SshAgent |
|---|
SSH_AUTHSOCKET_ENV_NAME |
| Constructor Summary | |
|---|---|
AgentClient(java.lang.String authSocket)
|
|
| Method Summary | |
|---|---|
void |
close()
|
protected void |
messageReceived(Buffer buffer)
|
protected Buffer |
request(Buffer buffer)
|
void |
run()
|
| Methods inherited from class org.apache.sshd.agent.common.AbstractAgentProxy |
|---|
addIdentity, createBuffer, getIdentities, prepare, removeAllIdentities, removeIdentity, sign |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentClient(java.lang.String authSocket)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
protected void messageReceived(Buffer buffer)
throws java.lang.Exception
java.lang.Exceptionpublic void close()
close in interface SshAgentclose in class AbstractAgentProxy
protected Buffer request(Buffer buffer)
throws java.io.IOException
request in class AbstractAgentProxyjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||