Package org.apache.sshd.agent.common
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 AbstractLoggingBean
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAgentClient(SshAgent agent)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidmessageReceived(Buffer message)protected Bufferprepare(Buffer buf)protected voidprocess(int cmd, Buffer req, Buffer rep)protected abstract voidreply(Buffer buf)
-
-
-
Constructor Detail
-
AbstractAgentClient
protected AbstractAgentClient(SshAgent agent)
-
-
Method Detail
-
messageReceived
public void messageReceived(Buffer message) throws IOException
- Throws:
IOException
-
reply
protected abstract void reply(Buffer buf) throws IOException
- Throws:
IOException
-
-