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