public abstract class AbstractAgentClient extends AbstractLoggingBean
Modifier and Type | Field and Description |
---|---|
private SshAgent |
agent |
private Buffer |
buffer |
log
Modifier | Constructor and Description |
---|---|
protected |
AbstractAgentClient(SshAgent agent) |
Modifier and Type | Method and Description |
---|---|
void |
messageReceived(Buffer message) |
protected Buffer |
prepare(Buffer buf) |
protected void |
process(int cmd,
Buffer req,
Buffer rep) |
protected abstract void |
reply(Buffer buf) |
protected AbstractAgentClient(SshAgent agent)
public void messageReceived(Buffer message) throws java.io.IOException
java.io.IOException
protected void process(int cmd, Buffer req, Buffer rep) throws java.lang.Exception
java.lang.Exception
protected abstract void reply(Buffer buf) throws java.io.IOException
java.io.IOException