Socket
Socket
Sign inDemoInstall

de.malkusch.whois-server-list.api.v0: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.v0:whois-server-list-api

XML mapping for the Whois Server List.


Version published
Maintainers
0
Source

Whois server list API

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

Installation

This package will be available in Maven central:

<dependency>
        <groupId>de.malkusch.whois-server-list.api.v0</groupId>
        <artifactId>whois-server-list-api</artifactId>
        <version>0.0.2</version>
</dependency>

Usage

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

  • ServerList

  • Server

  • Domain

You can use ServerListFactory for downloading and unmarshalling the whois server list:

ServerListFactory factory = new ServerListFactory();
Serverlist serverList = 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 21 Oct 2014

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