-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved Host classes (see below for more info)
- HostIpv4Address validates provided Strings of IPv4 addresses with less use of regular expressions - HostIpv6Address validates provided Strings of IPv6 addresses with less use of regular expressions - HostIpv6Address supports provided Strings of IPv6 addresses containing an IPv4 address - HostIpv6Address supports provided Strings of IPv6 addresses with a zone identifier - HostName validates provided Strings of host names according to RFC 2396
- Loading branch information
1 parent
1719258
commit 66a1852
Showing
9 changed files
with
908 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
316 changes: 266 additions & 50 deletions
316
jargyle-common/src/main/java/com/github/jh3nd3rs0n/jargyle/common/net/HostIpv4Address.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.