public class NTSHeader extends UpnpHeader<NotificationSubtype>
UpnpHeader.Type| Constructor and Description |
|---|
NTSHeader() |
NTSHeader(NotificationSubtype type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic NTSHeader()
public NTSHeader(NotificationSubtype type)
public void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<NotificationSubtype>s - This header's value as a string representation.InvalidHeaderException - If the value is invalid for this UPnP header.public String getString()
getString in class UpnpHeader<NotificationSubtype>Copyright © 2023 jUPnP.org. All rights reserved.