|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.agent.common.AbstractAgentClient
public abstract class AbstractAgentClient
| Constructor Summary | |
|---|---|
AbstractAgentClient(SshAgent agent)
|
|
| Method Summary | |
|---|---|
void |
messageReceived(Buffer message)
|
protected Buffer |
prepare(Buffer buf)
|
protected void |
process(Buffer req,
Buffer rep)
|
protected abstract void |
reply(Buffer buf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAgentClient(SshAgent agent)
| Method Detail |
|---|
public void messageReceived(Buffer message)
throws java.io.IOException
java.io.IOException
protected void process(Buffer req,
Buffer rep)
throws java.lang.Exception
java.lang.Exceptionprotected Buffer prepare(Buffer buf)
protected abstract void reply(Buffer buf)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||