Package org.apache.sshd.agent.unix
Class AgentServer.SshAgentSession
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.agent.common.AbstractAgentClient
-
- org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AgentServer
protected static class AgentServer.SshAgentSession extends AbstractAgentClient implements Runnable
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
-
Constructor Summary
Constructors Constructor Description SshAgentSession(long socket, SshAgent agent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreply(Buffer buf)voidrun()-
Methods inherited from class org.apache.sshd.agent.common.AbstractAgentClient
messageReceived, prepare, process
-
-
-
-
Constructor Detail
-
SshAgentSession
public SshAgentSession(long socket, SshAgent agent)
-
-
Method Detail
-
reply
protected void reply(Buffer buf) throws IOException
- Specified by:
replyin classAbstractAgentClient- Throws:
IOException
-
-