public final class NativeInetAddress
extends java.lang.Object
Constructor and Description |
---|
NativeInetAddress(byte[] address) |
NativeInetAddress(byte[] address,
int scopeId) |
Modifier and Type | Method and Description |
---|---|
byte[] |
address() |
static java.net.InetSocketAddress |
address(byte[] addr,
int offset,
int len) |
static byte[] |
ipv4MappedIpv6Address(byte[] ipv4) |
static NativeInetAddress |
newInstance(java.net.InetAddress addr) |
int |
scopeId() |
public NativeInetAddress(byte[] address, int scopeId)
public NativeInetAddress(byte[] address)
public static NativeInetAddress newInstance(java.net.InetAddress addr)
public byte[] address()
public int scopeId()
public static byte[] ipv4MappedIpv6Address(byte[] ipv4)
public static java.net.InetSocketAddress address(byte[] addr, int offset, int len)
Copyright © 2008–2018 The Netty Project. All rights reserved.