public abstract class AbstractAgentClient extends AbstractLoggingBean
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) |
getSimplifiedLoggerprotected AbstractAgentClient(SshAgent agent)
public void messageReceived(Buffer message) throws IOException
IOExceptionprotected abstract void reply(Buffer buf) throws IOException
IOExceptionCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.