|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgoldengate.ftp.core.session.FtpSessionReference.P2PAddress
public class FtpSessionReference.P2PAddress

Index of FtpSession References
| Field Summary | |
|---|---|
InetSocketAddress |
fullIp
Local Inet Socket Address (with port) |
InetAddress |
ipOnly
Remote Inet Address (no port) |
| Constructor Summary | |
|---|---|
FtpSessionReference.P2PAddress(org.jboss.netty.channel.Channel channel)
Constructor from Channel |
|
FtpSessionReference.P2PAddress(InetAddress address,
InetSocketAddress inetSocketAddress)
Constructor from addresses |
|
| Method Summary | |
|---|---|
boolean |
equals(Object arg0)
|
int |
hashCode()
|
boolean |
isValid()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public InetAddress ipOnly
public InetSocketAddress fullIp
| Constructor Detail |
|---|
public FtpSessionReference.P2PAddress(org.jboss.netty.channel.Channel channel)
channel -
public FtpSessionReference.P2PAddress(InetAddress address,
InetSocketAddress inetSocketAddress)
address - inetSocketAddress - | Method Detail |
|---|
public boolean isValid()
public boolean equals(Object arg0)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||