
public static class FtpSessionReference.P2PAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
creationTime |
InetSocketAddress |
fullIp
Local Inet Socket Address (with port)
|
InetAddress |
ipOnly
Remote Inet Address (no port)
|
| Constructor and Description |
|---|
P2PAddress(io.netty.channel.Channel channel)
Constructor from Channel
|
P2PAddress(InetAddress address,
InetSocketAddress inetSocketAddress)
Constructor from addresses
|
public final InetAddress ipOnly
public final InetSocketAddress fullIp
public final long creationTime
public P2PAddress(io.netty.channel.Channel channel)
channel - public P2PAddress(InetAddress address, InetSocketAddress inetSocketAddress)
address - inetSocketAddress - Copyright © 2009–2022 Waarp. All rights reserved.