Package io.grpc.protobuf.services
Class InetAddressUtil
java.lang.Object
io.grpc.protobuf.services.InetAddressUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
compressLongestRunOfZeroes
(int[] hextets) private static String
hextetsToIPv6String
(int[] hextets) static String
-
Field Details
-
IPV6_PART_COUNT
private static final int IPV6_PART_COUNT- See Also:
-
-
Constructor Details
-
InetAddressUtil
InetAddressUtil()
-
-
Method Details
-
toAddrString
-
compressLongestRunOfZeroes
private static void compressLongestRunOfZeroes(int[] hextets) -
hextetsToIPv6String
-