Package io.grpc.protobuf.services
Class InetAddressUtil
- java.lang.Object
-
- io.grpc.protobuf.services.InetAddressUtil
-
final class InetAddressUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
IPV6_PART_COUNT
-
Constructor Summary
Constructors Constructor Description InetAddressUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
compressLongestRunOfZeroes(int[] hextets)
private static java.lang.String
hextetsToIPv6String(int[] hextets)
static java.lang.String
toAddrString(java.net.InetAddress ip)
-
-
-
Field Detail
-
IPV6_PART_COUNT
private static final int IPV6_PART_COUNT
- See Also:
- Constant Field Values
-
-