Uses of Class
org.fourthline.cling.model.message.UpnpHeaders

Packages that use UpnpHeaders
org.fourthline.cling   
org.fourthline.cling.model.message   
org.fourthline.cling.model.message.gena   
org.fourthline.cling.model.profile   
 

Uses of UpnpHeaders in org.fourthline.cling
 

Methods in org.fourthline.cling that return UpnpHeaders
 UpnpHeaders UpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity)
          Optional extra headers for device descriptor retrieval HTTP requests.
 UpnpHeaders ManagedUpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity)
           
 UpnpHeaders DefaultUpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity)
           
 UpnpHeaders UpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service)
          Optional extra headers for event subscription (almost HTTP) messages.
 UpnpHeaders ManagedUpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service)
           
 UpnpHeaders DefaultUpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service)
           
 

Uses of UpnpHeaders in org.fourthline.cling.model.message
 

Methods in org.fourthline.cling.model.message that return UpnpHeaders
 UpnpHeaders UpnpMessage.getHeaders()
           
 

Methods in org.fourthline.cling.model.message with parameters of type UpnpHeaders
 void UpnpMessage.setHeaders(UpnpHeaders headers)
           
 

Uses of UpnpHeaders in org.fourthline.cling.model.message.gena
 

Constructors in org.fourthline.cling.model.message.gena with parameters of type UpnpHeaders
OutgoingRenewalRequestMessage(RemoteGENASubscription subscription, UpnpHeaders extraHeaders)
           
OutgoingSubscribeRequestMessage(RemoteGENASubscription subscription, List<URL> callbackURLs, UpnpHeaders extraHeaders)
           
OutgoingUnsubscribeRequestMessage(RemoteGENASubscription subscription, UpnpHeaders extraHeaders)
           
 

Uses of UpnpHeaders in org.fourthline.cling.model.profile
 

Fields in org.fourthline.cling.model.profile declared as UpnpHeaders
protected  UpnpHeaders RemoteClientInfo.extraResponseHeaders
           
protected  UpnpHeaders ClientInfo.requestHeaders
           
 

Methods in org.fourthline.cling.model.profile that return UpnpHeaders
 UpnpHeaders RemoteClientInfo.getExtraResponseHeaders()
           
 UpnpHeaders ClientInfo.getRequestHeaders()
           
 

Constructors in org.fourthline.cling.model.profile with parameters of type UpnpHeaders
ClientInfo(UpnpHeaders requestHeaders)
           
RemoteClientInfo(Connection connection, UpnpHeaders requestHeaders)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.