Class AbstractAgentClient

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.agent.common.AbstractAgentClient
Direct Known Subclasses:
AgentServer.SshAgentSession, ChannelAgentForwarding.AgentClient

public abstract class AbstractAgentClient extends org.apache.sshd.common.util.logging.AbstractLoggingBean
  • Field Summary

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

    log
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    messageReceived(org.apache.sshd.common.util.buffer.Buffer message)
     
    protected org.apache.sshd.common.util.buffer.Buffer
    prepare(org.apache.sshd.common.util.buffer.Buffer buf)
     
    protected void
    process(int cmd, org.apache.sshd.common.util.buffer.Buffer req, org.apache.sshd.common.util.buffer.Buffer rep)
     
    protected abstract void
    reply(org.apache.sshd.common.util.buffer.Buffer buf)
     

    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

    • AbstractAgentClient

      protected AbstractAgentClient(SshAgent agent)
  • Method Details

    • messageReceived

      public void messageReceived(org.apache.sshd.common.util.buffer.Buffer message) throws IOException
      Throws:
      IOException
    • process

      protected void process(int cmd, org.apache.sshd.common.util.buffer.Buffer req, org.apache.sshd.common.util.buffer.Buffer rep) throws Exception
      Throws:
      Exception
    • prepare

      protected org.apache.sshd.common.util.buffer.Buffer prepare(org.apache.sshd.common.util.buffer.Buffer buf)
    • reply

      protected abstract void reply(org.apache.sshd.common.util.buffer.Buffer buf) throws IOException
      Throws:
      IOException