public class LookupResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static LookupResult |
create(String host,
int port,
int priority,
int weight,
long ttl) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
host() |
int |
port() |
int |
priority() |
String |
toString() |
long |
ttl() |
int |
weight() |
public static LookupResult create(String host, int port, int priority, int weight, long ttl)
public String host()
public int port()
public int priority()
public int weight()
public long ttl()
Copyright © 2016. All rights reserved.