public class MXHeader extends UpnpHeader<Integer>
UpnpHeader.Type| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_VALUE |
| Constructor and Description |
|---|
MXHeader()
Defaults to 3 seconds.
|
MXHeader(Integer delayInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic static final Integer DEFAULT_VALUE
public MXHeader()
public MXHeader(Integer delayInSeconds)
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.