public class ProtocolInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInfo |
protected String |
contentFormat |
protected String |
network |
protected Protocol |
protocol |
static String |
WILDCARD |
| Constructor and Description |
|---|
ProtocolInfo(MimeType contentFormatMimeType) |
ProtocolInfo(Protocol protocol,
String network,
String contentFormat,
String additionalInfo) |
ProtocolInfo(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAdditionalInfo() |
String |
getContentFormat() |
MimeType |
getContentFormatMimeType() |
String |
getNetwork() |
Protocol |
getProtocol() |
int |
hashCode() |
String |
toString() |
public static final String WILDCARD
protected Protocol protocol
protected String network
protected String contentFormat
protected String additionalInfo
public ProtocolInfo(String s)
public ProtocolInfo(MimeType contentFormatMimeType)
Copyright © 2023 jUPnP.org. All rights reserved.