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:
java.lang.Runnable
- Enclosing class:
- AgentServer
protected static class AgentServer.SshAgentSession extends AbstractAgentClient implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private long
socket
-
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 void
reply(Buffer buf)
void
run()
-
Methods inherited from class org.apache.sshd.agent.common.AbstractAgentClient
messageReceived, prepare, process
-
-
-
-
Constructor Detail
-
SshAgentSession
public SshAgentSession(long socket, SshAgent agent)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
reply
protected void reply(Buffer buf) throws java.io.IOException
- Specified by:
reply
in classAbstractAgentClient
- Throws:
java.io.IOException
-
-