to top
Android APIs
public class

InetAddressUtils

extends Object
java.lang.Object
   ↳ org.apache.http.conn.util.InetAddressUtils

Class Overview

A collection of utilities relating to InetAddresses.

Summary

Public Methods
static boolean isIPv4Address( String input)
static boolean isIPv6Address( String input)
static boolean isIPv6HexCompressedAddress( String input)
static boolean isIPv6StdAddress( String input)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static boolean isIPv4Address (String input)

Added in API level 1

public static boolean isIPv6Address (String input)

Added in API level 1

public static boolean isIPv6HexCompressedAddress (String input)

Added in API level 1

public static boolean isIPv6StdAddress (String input)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.