public class UserAgentHeader extends UpnpHeader<String>
UpnpHeader.Type| Constructor and Description |
|---|
UserAgentHeader() |
UserAgentHeader(String s) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic UserAgentHeader()
public UserAgentHeader(String s)
public void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<String>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<String>Copyright © 2023 jUPnP.org. All rights reserved.