public class SsdpServiceAnnouncement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SsdpServiceAnnouncement.Status |
| Constructor and Description |
|---|
SsdpServiceAnnouncement(SsdpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getExpiry() |
String |
getLocation() |
SsdpResponse |
getOriginalResponse() |
InetAddress |
getRemoteIp() |
String |
getSerialNumber() |
String |
getServiceType() |
SsdpServiceAnnouncement.Status |
getStatus() |
int |
hashCode() |
String |
toString() |
public SsdpServiceAnnouncement(SsdpResponse response)
response - the raw Ssdp responsepublic String getServiceType()
public InetAddress getRemoteIp()
public String getLocation()
public String getSerialNumber()
public SsdpResponse getOriginalResponse()
public long getExpiry()
public SsdpServiceAnnouncement.Status getStatus()
Copyright © 2017. All rights reserved.