|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpMessage.BodyType | |
---|---|
org.fourthline.cling.model.message |
Uses of UpnpMessage.BodyType in org.fourthline.cling.model.message |
---|
Methods in org.fourthline.cling.model.message that return UpnpMessage.BodyType | |
---|---|
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. |
Methods in org.fourthline.cling.model.message with parameters of type UpnpMessage.BodyType | |
---|---|
void |
UpnpMessage.setBody(UpnpMessage.BodyType bodyType,
Object body)
|
void |
UpnpMessage.setBodyType(UpnpMessage.BodyType bodyType)
|
Constructors in org.fourthline.cling.model.message with parameters of type UpnpMessage.BodyType | |
---|---|
OutgoingDatagramMessage(O operation,
UpnpMessage.BodyType bodyType,
Object body,
InetAddress destinationAddress,
int destinationPort)
|
|
UpnpMessage(O operation,
UpnpMessage.BodyType bodyType,
Object body)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |