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 |
---|
FtpSessionReference.P2PAddress(io.netty.channel.Channel channel)
Constructor from Channel
|
FtpSessionReference.P2PAddress(InetAddress address,
InetSocketAddress inetSocketAddress)
Constructor from addresses
|
public InetAddress ipOnly
public InetSocketAddress fullIp
public FtpSessionReference.P2PAddress(io.netty.channel.Channel channel)
channel
- public FtpSessionReference.P2PAddress(InetAddress address, InetSocketAddress inetSocketAddress)
address
- inetSocketAddress
- Copyright © 2009–2019 Waarp. All rights reserved.