org.apache.sshd.agent.unix
Class AgentServer.SshAgentSession

java.lang.Object
  extended by org.apache.sshd.agent.common.AbstractAgentClient
      extended by 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


Constructor Summary
AgentServer.SshAgentSession(long socket, SshAgent agent)
           
 
Method Summary
protected  void reply(Buffer buf)
           
 void run()
           
 
Methods inherited from class org.apache.sshd.agent.common.AbstractAgentClient
messageReceived, prepare, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentServer.SshAgentSession

public AgentServer.SshAgentSession(long socket,
                                   SshAgent agent)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

reply

protected void reply(Buffer buf)
              throws java.io.IOException
Specified by:
reply in class AbstractAgentClient
Throws:
java.io.IOException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.