Uses of Class
org.teleal.cling.model.message.header.UpnpHeader

Packages that use UpnpHeader
org.teleal.cling.controlpoint   
org.teleal.cling.model.message   
org.teleal.cling.model.message.discovery   
org.teleal.cling.model.message.header   
org.teleal.cling.protocol   
org.teleal.cling.protocol.async   
 

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
<H extends UpnpHeader>
H
UpnpHeaders.getFirstHeader(UpnpHeader.Type type, java.lang.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
 java.util.Set<java.util.Map.Entry<UpnpHeader.Type,java.util.List<UpnpHeader>>> UpnpHeaders.entrySet()
           
 java.util.List<UpnpHeader> UpnpHeaders.get(java.lang.Object o)
           
 java.util.List<UpnpHeader> UpnpHeaders.put(UpnpHeader.Type key, java.util.List<UpnpHeader> value)
           
 java.util.List<UpnpHeader> UpnpHeaders.remove(java.lang.Object key)
           
 java.util.Collection<java.util.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
 java.util.List<UpnpHeader> UpnpHeaders.put(UpnpHeader.Type key, java.util.List<UpnpHeader> value)
           
 void UpnpHeaders.putAll(java.util.Map<? extends UpnpHeader.Type,? extends java.util.List<UpnpHeader>> map)
           
 

Constructor parameters in org.teleal.cling.model.message with type arguments of type UpnpHeader
UpnpHeaders(java.util.Map<UpnpHeader.Type,java.util.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, java.lang.String headerValue)
           
 

Method parameters in org.teleal.cling.model.message.header with type arguments of type UpnpHeader
 boolean UpnpHeader.Type.isValidHeaderClass(java.lang.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
<H extends UpnpHeader>
H
ReceivingAsync.getFirstHeader(UpnpHeader.Type headerType, java.lang.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)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.