|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpHeader.Type | |
---|---|
org.teleal.cling.model.message | |
org.teleal.cling.model.message.header | |
org.teleal.cling.protocol |
Uses of UpnpHeader.Type in org.teleal.cling.model.message |
---|
Fields in org.teleal.cling.model.message with type parameters of type UpnpHeader.Type | |
---|---|
protected Map<UpnpHeader.Type,List<UpnpHeader>> |
UpnpHeaders.parsedHeaders
|
Methods in org.teleal.cling.model.message with parameters of type UpnpHeader.Type | ||
---|---|---|
void |
UpnpHeaders.add(UpnpHeader.Type type,
UpnpHeader value)
|
|
protected void |
UpnpHeaders.addParsedValue(UpnpHeader.Type type,
UpnpHeader value)
|
|
boolean |
UpnpHeaders.containsKey(UpnpHeader.Type type)
|
|
List<UpnpHeader> |
UpnpHeaders.get(UpnpHeader.Type type)
|
|
UpnpHeader[] |
UpnpHeaders.getAsArray(UpnpHeader.Type type)
|
|
UpnpHeader |
UpnpHeaders.getFirstHeader(UpnpHeader.Type type)
|
|
|
UpnpHeaders.getFirstHeader(UpnpHeader.Type type,
Class<H> subtype)
|
|
void |
UpnpHeaders.remove(UpnpHeader.Type type)
|
Uses of UpnpHeader.Type in org.teleal.cling.model.message.header |
---|
Methods in org.teleal.cling.model.message.header that return UpnpHeader.Type | |
---|---|
static UpnpHeader.Type |
UpnpHeader.Type.getByHttpName(String httpName)
|
static UpnpHeader.Type |
UpnpHeader.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UpnpHeader.Type[] |
UpnpHeader.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.teleal.cling.model.message.header with parameters of type UpnpHeader.Type | |
---|---|
static UpnpHeader |
UpnpHeader.newInstance(UpnpHeader.Type type,
String headerValue)
Create a new instance of a UpnpHeader subtype that matches the given type and value. |
Uses of UpnpHeader.Type in org.teleal.cling.protocol |
---|
Methods in org.teleal.cling.protocol with parameters of type UpnpHeader.Type | ||
---|---|---|
protected
|
ReceivingAsync.getFirstHeader(UpnpHeader.Type headerType,
Class<H> subtype)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |