|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UpnpHeader in org.teleal.cling.controlpoint |
---|
Methods in org.teleal.cling.controlpoint with parameters of type UpnpHeader | |
---|---|
void |
ControlPointImpl.search(UpnpHeader searchType)
|
void |
ControlPoint.search(UpnpHeader searchType)
|
Uses of UpnpHeader in org.teleal.cling.model.message |
---|
Methods in org.teleal.cling.model.message with type parameters of type UpnpHeader | ||
---|---|---|
|
UpnpHeaders.getFirstHeader(UpnpHeader.Type type,
Class<H> subtype)
|
Methods in org.teleal.cling.model.message that return UpnpHeader | |
---|---|
UpnpHeader[] |
UpnpHeaders.getAsArray(UpnpHeader.Type type)
|
UpnpHeader |
UpnpHeaders.getFirstHeader(UpnpHeader.Type type)
|
Methods in org.teleal.cling.model.message that return types with arguments of type UpnpHeader | |
---|---|
Set<Map.Entry<UpnpHeader.Type,List<UpnpHeader>>> |
UpnpHeaders.entrySet()
|
List<UpnpHeader> |
UpnpHeaders.get(Object o)
|
List<UpnpHeader> |
UpnpHeaders.put(UpnpHeader.Type key,
List<UpnpHeader> value)
|
List<UpnpHeader> |
UpnpHeaders.remove(Object key)
|
Collection<List<UpnpHeader>> |
UpnpHeaders.values()
|
Methods in org.teleal.cling.model.message with parameters of type UpnpHeader | |
---|---|
void |
UpnpHeaders.add(UpnpHeader.Type key,
UpnpHeader value)
|
Method parameters in org.teleal.cling.model.message with type arguments of type UpnpHeader | |
---|---|
List<UpnpHeader> |
UpnpHeaders.put(UpnpHeader.Type key,
List<UpnpHeader> value)
|
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 | |
---|---|
UpnpHeaders(Map<UpnpHeader.Type,List<UpnpHeader>> map)
|
Uses of UpnpHeader in org.teleal.cling.model.message.discovery |
---|
Methods in org.teleal.cling.model.message.discovery that return UpnpHeader | |
---|---|
UpnpHeader |
OutgoingSearchRequest.getSearchTarget()
|
UpnpHeader |
IncomingSearchRequest.getSearchTarget()
|
Constructors in org.teleal.cling.model.message.discovery with parameters of type UpnpHeader | |
---|---|
OutgoingSearchRequest(UpnpHeader searchTarget)
|
Uses of UpnpHeader in org.teleal.cling.model.message.header |
---|
Subclasses of UpnpHeader in org.teleal.cling.model.message.header | |
---|---|
class |
CallbackHeader
|
class |
ContentTypeHeader
|
class |
DeviceTypeHeader
|
class |
DeviceUSNHeader
|
class |
EventSequenceHeader
|
class |
EXTHeader
|
class |
HostHeader
|
class |
InterfaceMacHeader
Extension header, allows us to transfer the MAC ethernet address for Wake-on-LAN. |
class |
LocationHeader
TODO: UDA 1.1 says it should be RfC 3986 compatible: http://blog.jclark.com/2008/11/what-allowed-in-uri.html |
class |
MANHeader
Another experimental and pointless Microsoft RFC 2774! |
class |
MaxAgeHeader
|
class |
MXHeader
|
class |
NTEventHeader
|
class |
NTSHeader
|
class |
RootDeviceHeader
|
class |
ServerHeader
|
class |
ServiceTypeHeader
|
class |
ServiceUSNHeader
|
class |
SoapActionHeader
Needs to also parse: "urn:schemas-upnp-org:control-1-0#QueryStateVariable" |
class |
STAllHeader
|
class |
SubscriptionIdHeader
|
class |
TimeoutHeader
|
class |
UDADeviceTypeHeader
|
class |
UDAServiceTypeHeader
|
class |
UDNHeader
|
class |
UserAgentHeader
|
class |
USNRootDeviceHeader
|
Methods in org.teleal.cling.model.message.header that return UpnpHeader | |
---|---|
static UpnpHeader |
UpnpHeader.newInstance(UpnpHeader.Type type,
String headerValue)
|
Method parameters in org.teleal.cling.model.message.header with type arguments of type UpnpHeader | |
---|---|
boolean |
UpnpHeader.Type.isValidHeaderClass(Class<? extends UpnpHeader> clazz)
|
Uses of UpnpHeader in org.teleal.cling.protocol |
---|
Methods in org.teleal.cling.protocol with type parameters of type UpnpHeader | ||
---|---|---|
protected
|
ReceivingAsync.getFirstHeader(UpnpHeader.Type headerType,
Class<H> subtype)
|
Methods in org.teleal.cling.protocol with parameters of type UpnpHeader | |
---|---|
SendingSearch |
ProtocolFactoryImpl.createSendingSearch(UpnpHeader searchTarget)
|
SendingSearch |
ProtocolFactory.createSendingSearch(UpnpHeader searchTarget)
|
Uses of UpnpHeader in org.teleal.cling.protocol.async |
---|
Methods in org.teleal.cling.protocol.async that return UpnpHeader | |
---|---|
UpnpHeader |
SendingSearch.getSearchTarget()
|
Methods in org.teleal.cling.protocol.async with parameters of type UpnpHeader | |
---|---|
protected void |
ReceivingSearch.sendResponses(UpnpHeader searchTarget)
|
Constructors in org.teleal.cling.protocol.async with parameters of type UpnpHeader | |
---|---|
SendingSearch(UpnpService upnpService,
UpnpHeader searchTarget)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |