|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gnu.inet.ftp.ConnectionEvent
| Field Summary | |
protected java.net.InetAddress |
address
|
protected int |
port
|
| Constructor Summary | |
ConnectionEvent(java.net.InetAddress address,
int port)
constructor. |
|
| Method Summary | |
java.net.InetAddress |
getRemoteInetAddress()
get the remote ip address |
int |
getRemotePort()
get remote port |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.net.InetAddress address
protected int port
| Constructor Detail |
public ConnectionEvent(java.net.InetAddress address,
int port)
address - the remote system IP addressport - the remote system port| Method Detail |
public java.net.InetAddress getRemoteInetAddress()
public int getRemotePort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||