Package | Description |
---|---|
org.fourthline.cling.support.model.dlna.message | |
org.fourthline.cling.support.model.dlna.message.header |
Modifier and Type | Field and Description |
---|---|
protected Map<DLNAHeader.Type,List<UpnpHeader>> |
DLNAHeaders.parsedDLNAHeaders |
Modifier and Type | Method and Description |
---|---|
void |
DLNAHeaders.add(DLNAHeader.Type type,
UpnpHeader value) |
protected void |
DLNAHeaders.addParsedValue(DLNAHeader.Type type,
UpnpHeader value) |
boolean |
DLNAHeaders.containsKey(DLNAHeader.Type type) |
List<UpnpHeader> |
DLNAHeaders.get(DLNAHeader.Type type) |
UpnpHeader[] |
DLNAHeaders.getAsArray(DLNAHeader.Type type) |
UpnpHeader |
DLNAHeaders.getFirstHeader(DLNAHeader.Type type) |
<H extends UpnpHeader> |
DLNAHeaders.getFirstHeader(DLNAHeader.Type type,
Class<H> subtype) |
void |
DLNAHeaders.remove(DLNAHeader.Type type) |
Modifier and Type | Method and Description |
---|---|
static DLNAHeader.Type |
DLNAHeader.Type.getByHttpName(String httpName) |
static DLNAHeader.Type |
DLNAHeader.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLNAHeader.Type[] |
DLNAHeader.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DLNAHeader |
DLNAHeader.newInstance(DLNAHeader.Type type,
String headerValue)
Create a new instance of a
DLNAHeader subtype that matches the given type and value. |
Copyright © 2015 4th Line GmbH, Switzerland. All rights reserved.