|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DLNAHeader.Type | |
|---|---|
| org.fourthline.cling.support.model.dlna.message | |
| org.fourthline.cling.support.model.dlna.message.header | |
| Uses of DLNAHeader.Type in org.fourthline.cling.support.model.dlna.message |
|---|
| Fields in org.fourthline.cling.support.model.dlna.message with type parameters of type DLNAHeader.Type | |
|---|---|
protected Map<DLNAHeader.Type,List<UpnpHeader>> |
DLNAHeaders.parsedDLNAHeaders
|
| Methods in org.fourthline.cling.support.model.dlna.message with parameters of type DLNAHeader.Type | ||
|---|---|---|
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)
|
|
|
DLNAHeaders.getFirstHeader(DLNAHeader.Type type,
Class<H> subtype)
|
|
void |
DLNAHeaders.remove(DLNAHeader.Type type)
|
|
| Uses of DLNAHeader.Type in org.fourthline.cling.support.model.dlna.message.header |
|---|
| Methods in org.fourthline.cling.support.model.dlna.message.header that return DLNAHeader.Type | |
|---|---|
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. |
| Methods in org.fourthline.cling.support.model.dlna.message.header with parameters of type DLNAHeader.Type | |
|---|---|
static DLNAHeader |
DLNAHeader.newInstance(DLNAHeader.Type type,
String headerValue)
Create a new instance of a DLNAHeader subtype that matches the given type and value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||