Java org.apache.commons.validator.routines InetAddressValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines InetAddressValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines InetAddressValidator.

The text is from its open source code.

Constructor

Method

InetAddressValidatorgetInstance()
Returns the singleton instance of this validator.
booleanisValid(String inetAddress)
Checks if the specified string is a valid IP address.
booleanisValidInet4Address(String inet4Address)
Validates an IPv4 address.