public class Inet extends Object implements Serializable
Inet
object type is used to represent an IP address.
For more details about how to use it, check out this article on vladmihalcea.com.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress() |
int |
hashCode() |
InetAddress |
toInetAddress() |
Copyright © 2020. All rights reserved.