|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationSubtype | |
---|---|
org.teleal.cling.model.message.discovery | |
org.teleal.cling.model.message.header | |
org.teleal.cling.model.types | |
org.teleal.cling.protocol.async |
Uses of NotificationSubtype in org.teleal.cling.model.message.discovery |
---|
Methods in org.teleal.cling.model.message.discovery that return NotificationSubtype | |
---|---|
NotificationSubtype |
OutgoingNotificationRequest.getType()
|
Constructors in org.teleal.cling.model.message.discovery with parameters of type NotificationSubtype | |
---|---|
OutgoingNotificationRequest(InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingNotificationRequestDeviceType(InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingNotificationRequestRootDevice(InetAddress localAddress,
int localStreamPort,
byte[] localHardwareAddress,
LocalDevice device,
NotificationSubtype type)
|
|
OutgoingNotificationRequestServiceType(InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type,
ServiceType serviceType)
|
|
OutgoingNotificationRequestUDN(InetAddress localAddress,
int localStreamPort,
LocalDevice device,
NotificationSubtype type)
|
Uses of NotificationSubtype in org.teleal.cling.model.message.header |
---|
Constructors in org.teleal.cling.model.message.header with parameters of type NotificationSubtype | |
---|---|
NTSHeader(NotificationSubtype type)
|
Uses of NotificationSubtype in org.teleal.cling.model.types |
---|
Methods in org.teleal.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.teleal.cling.protocol.async |
---|
Methods in org.teleal.cling.protocol.async that return NotificationSubtype | |
---|---|
protected NotificationSubtype |
SendingNotificationByebye.getNotificationSubtype()
|
protected NotificationSubtype |
SendingNotificationAlive.getNotificationSubtype()
|
protected abstract NotificationSubtype |
SendingNotification.getNotificationSubtype()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |