| Modifier and Type | Class and Description |
|---|---|
static class |
Ip.V4 |
static class |
Ip.V6 |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
| Modifier | Constructor and Description |
|---|---|
protected |
Ip(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
static Ip |
create(byte[] address) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Ip |
valueOf(java.net.InetAddress address) |
static Ip |
valueOf(java.lang.String s) |
public static Ip valueOf(java.lang.String s)
public static Ip valueOf(java.net.InetAddress address)
public static Ip create(byte[] address)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object