Class AgentServer.SshAgentSession

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AgentServer

    protected static class AgentServer.SshAgentSession
    extends AbstractAgentClient
    implements java.lang.Runnable
    • Field Detail

      • socket

        private final long socket
    • Constructor Detail

      • SshAgentSession

        public 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