| Package | Description |
|---|---|
| org.jupnp.support.model | |
| org.jupnp.support.model.dlna |
| Modifier and Type | Field and Description |
|---|---|
protected Protocol |
ProtocolInfo.protocol |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolInfo.getProtocol() |
static Protocol |
Protocol.value(String s) |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProtocolInfo(Protocol protocol,
String network,
String contentFormat,
String additionalInfo) |
| Constructor and Description |
|---|
DLNAProtocolInfo(Protocol protocol,
String network,
String contentFormat,
Map<DLNAAttribute.Type,DLNAAttribute<?>> attributes) |
DLNAProtocolInfo(Protocol protocol,
String network,
String contentFormat,
String additionalInfo) |
Copyright © 2023 jUPnP.org. All rights reserved.