public class IpUriTypePair extends Object implements Comparable<IpUriTypePair>
| Modifier and Type | Field and Description |
|---|---|
InetAddress |
ip |
UriType |
type |
| Constructor and Description |
|---|
IpUriTypePair(InetAddress ip,
UriType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IpUriTypePair o) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public InetAddress ip
public UriType type
public IpUriTypePair(InetAddress ip, UriType type)
public int compareTo(IpUriTypePair o)
compareTo in interface Comparable<IpUriTypePair>Copyright © 2017–2019. All rights reserved.