Package org.drasyl.util.protocol
Class UpnpIgdUtil.Service
- java.lang.Object
-
- org.drasyl.util.protocol.UpnpIgdUtil.Service
-
- Enclosing class:
- UpnpIgdUtil
public static class UpnpIgdUtil.Service extends Object
-
-
Constructor Summary
Constructors Constructor Description Service(String serviceType, URI controlUrl, InetAddress localAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
URI
getControlUrl()
InetAddress
getLocalAddress()
String
getServiceType()
int
hashCode()
-
-
-
Constructor Detail
-
Service
public Service(String serviceType, URI controlUrl, InetAddress localAddress)
-
-