| Package | Description |
|---|---|
| org.jupnp.model.message.discovery | |
| org.jupnp.model.message.header | |
| org.jupnp.model.types | |
| org.jupnp.protocol.async |
| Modifier and Type | Method and Description |
|---|---|
NotificationSubtype |
OutgoingNotificationRequest.getType() |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
NTSHeader(NotificationSubtype type) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected NotificationSubtype |
SendingNotificationByebye.getNotificationSubtype() |
protected NotificationSubtype |
SendingNotificationAlive.getNotificationSubtype() |
protected abstract NotificationSubtype |
SendingNotification.getNotificationSubtype() |
Copyright © 2023 jUPnP.org. All rights reserved.