jar

com.optimaize.hostrules4j : hostrules4j

Maven & Gradle

Feb 02, 2015
5 stars

hostrules4j · Provides basic functionality for host/ip-address matching with (wildcard) rules. Example: ip "123.123.123.123" matches the wildcard rule "123.123.123.*".

Table Of Contents

Latest Version

Download com.optimaize.hostrules4j : hostrules4j JAR file - Latest Versions:

All Versions

Download com.optimaize.hostrules4j : hostrules4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hostrules4j-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.optimaize.hostrules4j

├─ com.optimaize.hostrules4j.Host.class - [JAR]

├─ com.optimaize.hostrules4j.HostName.class - [JAR]

├─ com.optimaize.hostrules4j.HostNameImpl.class - [JAR]

├─ com.optimaize.hostrules4j.HostRuleFactory.class - [JAR]

├─ com.optimaize.hostrules4j.HostRuleMatcher.class - [JAR]

├─ com.optimaize.hostrules4j.IpAddress.class - [JAR]

├─ com.optimaize.hostrules4j.IpAddressType.class - [JAR]

├─ com.optimaize.hostrules4j.IpAddressV4.class - [JAR]

com.optimaize.hostrules4j.rules

├─ com.optimaize.hostrules4j.rules.ExactIpAddressV4Rule.class - [JAR]

├─ com.optimaize.hostrules4j.rules.ExactIpAddressV4RuleFactory.class - [JAR]

├─ com.optimaize.hostrules4j.rules.HostRule.class - [JAR]

├─ com.optimaize.hostrules4j.rules.IpAddressRule.class - [JAR]

├─ com.optimaize.hostrules4j.rules.MatchAllIpAddressRule.class - [JAR]

├─ com.optimaize.hostrules4j.rules.MatchAllIpAddressRuleFactory.class - [JAR]

├─ com.optimaize.hostrules4j.rules.RangeIpAddressV4Rule.class - [JAR]

├─ com.optimaize.hostrules4j.rules.RangeIpAddressV4RuleFactory.class - [JAR]

├─ com.optimaize.hostrules4j.rules.SpecializedHostRuleFactory.class - [JAR]

├─ com.optimaize.hostrules4j.rules.WildcardIpAddressV4Rule.class - [JAR]

├─ com.optimaize.hostrules4j.rules.WildcardIpAddressV4RuleFactory.class - [JAR]

com.optimaize.hostrules4j.util

├─ com.optimaize.hostrules4j.util.HostConverter.class - [JAR]

├─ com.optimaize.hostrules4j.util.IpUtil.class - [JAR]

├─ com.optimaize.hostrules4j.util.PrioritySet.class - [JAR]

├─ com.optimaize.hostrules4j.util.Sorting.class - [JAR]