|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.remote.adapter.SpyConnectionAdapter
public class SpyConnectionAdapter
This remote spy user adapter.
Constructor Summary | |
---|---|
SpyConnectionAdapter(SpyConnectionInterface spy)
Default constructor. |
Method Summary | |
---|---|
SpyConnectionInterface |
getSpyObject()
Get spy user |
void |
request(String msg)
Write user request. |
void |
response(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(String msg) throws IOException
request
in interface SpyConnectionInterface
IOException
public void response(String msg) throws IOException
response
in interface SpyConnectionInterface
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |