Uses of Class
org.fourthline.cling.model.types.NotificationSubtype

Packages that use NotificationSubtype
org.fourthline.cling.model.message.discovery   
org.fourthline.cling.model.message.header   
org.fourthline.cling.model.types   
org.fourthline.cling.protocol.async   
 

Uses of NotificationSubtype in org.fourthline.cling.model.message.discovery
 

Methods in org.fourthline.cling.model.message.discovery that return NotificationSubtype
 NotificationSubtype OutgoingNotificationRequest.getType()
           
 

Constructors in org.fourthline.cling.model.message.discovery with parameters of type NotificationSubtype
OutgoingNotificationRequest(Location location, LocalDevice device, NotificationSubtype type)
           
OutgoingNotificationRequestDeviceType(Location location, LocalDevice device, NotificationSubtype type)
           
OutgoingNotificationRequestRootDevice(Location location, LocalDevice device, NotificationSubtype type)
           
OutgoingNotificationRequestServiceType(Location location, LocalDevice device, NotificationSubtype type, ServiceType serviceType)
           
OutgoingNotificationRequestUDN(Location location, LocalDevice device, NotificationSubtype type)
           
 

Uses of NotificationSubtype in org.fourthline.cling.model.message.header
 

Constructors in org.fourthline.cling.model.message.header with parameters of type NotificationSubtype
NTSHeader(NotificationSubtype type)
           
 

Uses of NotificationSubtype in org.fourthline.cling.model.types
 

Methods in org.fourthline.cling.model.types that return NotificationSubtype
static NotificationSubtype NotificationSubtype.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationSubtype[] NotificationSubtype.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NotificationSubtype in org.fourthline.cling.protocol.async
 

Methods in org.fourthline.cling.protocol.async that return NotificationSubtype
protected  NotificationSubtype SendingNotificationByebye.getNotificationSubtype()
           
protected  NotificationSubtype SendingNotificationAlive.getNotificationSubtype()
           
protected abstract  NotificationSubtype SendingNotification.getNotificationSubtype()
           
 



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