@Beta public final class IpTunnelEndPoint extends java.lang.Object implements TunnelEndPoint
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
IpAddress |
ip()
Returns IP address.
|
static IpTunnelEndPoint |
ipTunnelPoint(IpAddress ip)
Create a IP tunnel end point.
|
java.lang.String |
toString() |
public static IpTunnelEndPoint ipTunnelPoint(IpAddress ip)
ip
- IP addresspublic IpAddress ip()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object