| Package | Description |
|---|---|
| org.jupnp.model.message |
| Modifier and Type | Method and Description |
|---|---|
UpnpMessage.BodyType |
UpnpMessage.getBodyType() |
static UpnpMessage.BodyType |
UpnpMessage.BodyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpnpMessage.BodyType[] |
UpnpMessage.BodyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpnpMessage.setBody(UpnpMessage.BodyType bodyType,
Object body) |
void |
UpnpMessage.setBodyType(UpnpMessage.BodyType bodyType) |
| Constructor and Description |
|---|
OutgoingDatagramMessage(O operation,
UpnpMessage.BodyType bodyType,
Object body,
InetAddress destinationAddress,
int destinationPort) |
UpnpMessage(O operation,
UpnpMessage.BodyType bodyType,
Object body) |
Copyright © 2023 jUPnP.org. All rights reserved.