Package | Description |
---|---|
org.apache.mina.coap |
Modifier and Type | Method and Description |
---|---|
static CoapOptionType |
CoapOptionType.fromCode(int code)
Find the
CoapOptionType for the given value code (null if not found) |
CoapOptionType |
CoapOption.getType() |
static CoapOptionType |
CoapOptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoapOptionType[] |
CoapOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CoapOption(CoapOptionType type,
byte[] data)
Create a CoAP option
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.