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

    Modifier and Type
    Method
    Description
    protected void
    reply(org.apache.sshd.common.util.buffer.Buffer buf)
     
    void
    run()
     

    Methods inherited from class AbstractAgentClient

    messageReceived, prepare, process

    Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

    debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SshAgentSession

      public SshAgentSession(long socket, SshAgent agent)
  • Method Details