public static class FtpSessionReference.P2PAddress extends Object
Modifier and Type | Field and Description |
---|---|
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 P2PAddress(io.netty.channel.Channel channel)
channel
- public P2PAddress(InetAddress address, InetSocketAddress inetSocketAddress)
address
- inetSocketAddress
- Copyright © 2009–2020 Waarp. All rights reserved.