jar

com.openpojo : dns4java

Maven & Gradle

Feb 27, 2018
5 stars

This project was born out of a need to have more finer grain control over Java's DNS subsystem.

Table Of Contents

Latest Version

Download com.openpojo : dns4java JAR file - Latest Versions:

All Versions

Download com.openpojo : dns4java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 dns4java-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.openpojo.dns.service.initialize

├─ com.openpojo.dns.service.initialize.DefaultDomain.class - [JAR]

├─ com.openpojo.dns.service.initialize.DefaultIPv6Preference.class - [JAR]

├─ com.openpojo.dns.service.initialize.DefaultResolver.class - [JAR]

├─ com.openpojo.dns.service.initialize.Initializer.class - [JAR]

com.openpojo.dns

├─ com.openpojo.dns.Configurator.class - [JAR]

com.openpojo.dns.exception

├─ com.openpojo.dns.exception.ConfigException.class - [JAR]

├─ com.openpojo.dns.exception.DomainException.class - [JAR]

├─ com.openpojo.dns.exception.RouteSetupException.class - [JAR]

├─ com.openpojo.dns.exception.RoutingResolverException.class - [JAR]

com.openpojo.dns.routing

├─ com.openpojo.dns.routing.Route.class - [JAR]

├─ com.openpojo.dns.routing.RouteFactory.class - [JAR]

├─ com.openpojo.dns.routing.RoutingResolver.class - [JAR]

├─ com.openpojo.dns.routing.RoutingTable.class - [JAR]

├─ com.openpojo.dns.routing.RoutingTableBuilder.class - [JAR]

com.openpojo.dns.routing.publicdns

├─ com.openpojo.dns.routing.publicdns.PublicDNSProviders.class - [JAR]

com.openpojo.dns.service

├─ com.openpojo.dns.service.Dns4JavaNameService.class - [JAR]

├─ com.openpojo.dns.service.Dns4JavaNameServiceDescriptor.class - [JAR]

com.openpojo.dns.routing.impl

├─ com.openpojo.dns.routing.impl.DefaultRoute.class - [JAR]

├─ com.openpojo.dns.routing.impl.HostRoute.class - [JAR]

├─ com.openpojo.dns.routing.impl.SimpleRoutingTable.class - [JAR]

├─ com.openpojo.dns.routing.impl.TopLevelDomainRoute.class - [JAR]