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