Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

de.malkusch.whois-server-list.api.v1:whois-server-list-api

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de.malkusch.whois-server-list.api.v1:whois-server-list-api

XML mapping for the Whois Server List.

  • 3.0.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
0
Source

Whois server list API

This is a JAVA API for accessing the whois-server-list.

Installation

This package is available in Maven central:

<dependency>
        <groupId>de.malkusch.whois-server-list.api.v1</groupId>
        <artifactId>whois-server-list-api</artifactId>
        <version>3.0.0</version>
</dependency>

Usage

This API is just a compilation of JAXB generated domain model classes:

You can use DomainListFactory for downloading and unmarshaling the whois server list:

DomainListFactory factory = new DomainListFactory();
DomainList domainList = factory.download();

License and author

Markus Malkusch markus@malkusch.de is the author of this project. This project is free and under the WTFPL.

Donations

If you like this project and feel generous donate a few Bitcoins here: 1335STSwu9hST4vcMRppEPgENMHD2r1REK

Build Status

FAQs

Package last updated on 07 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc