public abstract class AbstractAgentClient extends Object
Constructor and Description |
---|
AbstractAgentClient(SshAgent agent) |
Modifier and Type | Method and Description |
---|---|
void |
messageReceived(Buffer message) |
protected Buffer |
prepare(Buffer buf) |
protected void |
process(Buffer req,
Buffer rep) |
protected abstract void |
reply(Buffer buf) |
public AbstractAgentClient(SshAgent agent)
public void messageReceived(Buffer message) throws IOException
IOException
protected abstract void reply(Buffer buf) throws IOException
IOException
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.