Class NativeInetAddress
java.lang.Object
io.netty.channel.unix.NativeInetAddress
Internal usage only!
-
Constructor Summary
ConstructorsConstructorDescriptionNativeInetAddress(byte[] address) NativeInetAddress(byte[] address, int scopeId) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]address()static InetSocketAddressaddress(byte[] addr, int offset, int len) static voidcopyIpv4MappedIpv6Address(byte[] ipv4, byte[] ipv6) static byte[]ipv4MappedIpv6Address(byte[] ipv4) static NativeInetAddressnewInstance(InetAddress addr) intscopeId()
-
Constructor Details
-
NativeInetAddress
public NativeInetAddress(byte[] address, int scopeId) -
NativeInetAddress
public NativeInetAddress(byte[] address)
-
-
Method Details
-
newInstance
-
address
public byte[] address() -
scopeId
public int scopeId() -
ipv4MappedIpv6Address
public static byte[] ipv4MappedIpv6Address(byte[] ipv4) -
copyIpv4MappedIpv6Address
public static void copyIpv4MappedIpv6Address(byte[] ipv4, byte[] ipv6) -
address
-