|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.remote.adapter.FtpConnectionObserverAdapter
public class FtpConnectionObserverAdapter
This connection observer remote adapter class.
| Constructor Summary | |
|---|---|
FtpConnectionObserverAdapter()
Default constructor. |
|
| Method Summary | |
|---|---|
FtpConnectionObserver |
getConnectionObserver()
Get observer |
void |
newConnection(FtpUser user)
New connection notification. |
void |
removeConnection(FtpUser user)
Close connection notification |
void |
setConnectionObserver(FtpConnectionObserver observer)
Set observer |
void |
updateConnection(FtpUser user)
Update connection notification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpConnectionObserverAdapter()
| Method Detail |
|---|
public FtpConnectionObserver getConnectionObserver()
public void setConnectionObserver(FtpConnectionObserver observer)
public void newConnection(FtpUser user)
newConnection in interface FtpConnectionObserveruser - newly connected userpublic void removeConnection(FtpUser user)
removeConnection in interface FtpConnectionObserveruser - closed user object.public void updateConnection(FtpUser user)
updateConnection in interface FtpConnectionObserveruser - updated user object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||