|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.remote.adapter.SpyConnectionAdapter
This remote spy user adapter.
Constructor Summary | |
SpyConnectionAdapter(SpyConnectionInterface spy)
Default constructor. |
Method Summary | |
SpyConnectionInterface |
getSpyObject()
Get spy user |
void |
request(java.lang.String msg)
Write user request. |
void |
response(java.lang.String msg)
Write server response. |
void |
setSpyObject(SpyConnectionInterface spy)
Get spy user |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpyConnectionAdapter(SpyConnectionInterface spy)
Method Detail |
public SpyConnectionInterface getSpyObject()
public void setSpyObject(SpyConnectionInterface spy)
public void request(java.lang.String msg) throws java.io.IOException
request
in interface SpyConnectionInterface
java.io.IOException
public void response(java.lang.String msg) throws java.io.IOException
response
in interface SpyConnectionInterface
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |