|
||||||||||
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 | |
org.teleal.cling.transport.impl |
Uses of UpnpHeader.Type in org.teleal.cling.model.message |
---|
Methods in org.teleal.cling.model.message that return types with arguments of type UpnpHeader.Type | |
---|---|
Set<Map.Entry<UpnpHeader.Type,List<UpnpHeader>>> |
UpnpHeaders.entrySet()
|
Set<UpnpHeader.Type> |
UpnpHeaders.keySet()
|
Methods in org.teleal.cling.model.message with parameters of type UpnpHeader.Type | ||
---|---|---|
void |
UpnpHeaders.add(UpnpHeader.Type key,
UpnpHeader value)
|
|
UpnpHeader[] |
UpnpHeaders.getAsArray(UpnpHeader.Type type)
|
|
UpnpHeader |
UpnpHeaders.getFirstHeader(UpnpHeader.Type type)
|
|
|
UpnpHeaders.getFirstHeader(UpnpHeader.Type type,
Class<H> subtype)
|
|
String |
UpnpHeaders.getPrefix(UpnpHeader.Type key)
|
|
String |
UpnpHeaders.getPrefixedHttpName(UpnpHeader.Type key)
|
|
List<UpnpHeader> |
UpnpHeaders.put(UpnpHeader.Type key,
List<UpnpHeader> value)
|
|
void |
UpnpHeaders.setPrefix(UpnpHeader.Type key,
String prefix)
|
Method parameters in org.teleal.cling.model.message with type arguments of type UpnpHeader.Type | |
---|---|
void |
UpnpHeaders.putAll(Map<? extends UpnpHeader.Type,? extends List<UpnpHeader>> map)
|
Constructor parameters in org.teleal.cling.model.message with type arguments of type UpnpHeader.Type | |
---|---|
UpnpHeaders(Map<UpnpHeader.Type,List<UpnpHeader>> map)
|
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. |
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)
|
Uses of UpnpHeader.Type in org.teleal.cling.transport.impl |
---|
Methods in org.teleal.cling.transport.impl with parameters of type UpnpHeader.Type | |
---|---|
protected static UpnpHeader |
HttpHeaderConverter.createUpnpHeader(UpnpHeader.Type upnpHeaderType,
String headerValue)
|
Method parameters in org.teleal.cling.transport.impl with type arguments of type UpnpHeader.Type | |
---|---|
static boolean |
HttpHeaderConverter.containsTextContentType(Map<UpnpHeader.Type,List<UpnpHeader>> headers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |