com.cloudbees.jenkins.plugins.sshagent.jna
Class AgentServer.SshAgentSession

java.lang.Object
  extended by org.apache.sshd.agent.common.AbstractAgentClient
      extended by com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer.SshAgentSession
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AgentServer

protected class AgentServer.SshAgentSession
extends org.apache.sshd.agent.common.AbstractAgentClient
implements java.lang.Runnable


Constructor Summary
AgentServer.SshAgentSession(jnr.unixsocket.UnixSocketChannel channel, org.apache.sshd.agent.SshAgent agent)
           
 
Method Summary
protected  void reply(org.apache.sshd.common.util.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(jnr.unixsocket.UnixSocketChannel channel,
                                   org.apache.sshd.agent.SshAgent agent)
Method Detail

run

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

reply

protected void reply(org.apache.sshd.common.util.Buffer buf)
              throws java.io.IOException
Specified by:
reply in class org.apache.sshd.agent.common.AbstractAgentClient
Throws:
java.io.IOException


Copyright © 2004-2012. All Rights Reserved.