Class ChannelAgentForwarding.AgentClient

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.agent.common.AbstractAgentClient
org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
Enclosing class:
ChannelAgentForwarding

protected class ChannelAgentForwarding.AgentClient extends AbstractAgentClient
  • Field Summary

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

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    • AgentClient

      public AgentClient()
  • Method Details