Package | Description |
---|---|
it.poliba.sisinflab.coap.ldp |
Modifier and Type | Method and Description |
---|---|
static LDP.Code |
LDP.Code.valueOf(int value)
Converts the specified integer value to a request code.
|
static LDP.Code |
LDP.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LDP.Code[] |
LDP.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<LDP.Code,java.lang.Boolean> |
LDPOptions.getAllowedMethods()
Returns all LDP methods with the relative boolean value indicating if allowed or not
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDPOptions.isAllowed(LDP.Code code)
Verifies if a LDP method is allowed or not.
|
void |
LDPOptions.setAllowedMethod(LDP.Code code,
boolean value)
Uses to indicate if a LDP method is allowed or not.
|