public final class Whois extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Whois.Response
The Class Response.
|
| Modifier and Type | Method and Description |
|---|---|
static Whois.Response |
lookup(String server,
int port,
String query)
Lookup.
|
static Whois.Response |
lookup(String server,
int port,
String query,
long timeout)
Lookup.
|
static Whois.Response |
lookup(String server,
int port,
String query,
long timeout,
String lineSeparator)
Lookup.
|
public static Whois.Response lookup(String server, int port, String query) throws IOException
server - the serverport - the portquery - the queryIOException - Signals that an I/O exception has occurred.public static Whois.Response lookup(String server, int port, String query, long timeout) throws IOException
server - the serverport - the portquery - the querytimeout - the timeoutIOException - Signals that an I/O exception has occurred.public static Whois.Response lookup(String server, int port, String query, long timeout, String lineSeparator) throws IOException
server - the serverport - the portquery - the querytimeout - the timeoutlineSeparator - the line separatorIOException - Signals that an I/O exception has occurred.Copyright © 2009–2020 psi-probe. All rights reserved.