| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.internal.options |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEntityTag
The Entity-tag implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultBytesValue |
DefaultBytesValue.valueOf(byte[] bytes)
Static function that creates bytes from byte array.
|
static DefaultBytesValue |
DefaultBytesValue.valueOf(int intValue)
Static function that creates bytes from Integer.
|
static DefaultBytesValue |
DefaultBytesValue.valueOf(long longValue)
Static function that creates bytes from Long.
|
static DefaultBytesValue |
DefaultBytesValue.valueOf(String string)
Static function that creates bytes from string using utf-8 representation.
|
static DefaultBytesValue |
DefaultBytesValue.valueOf(String string,
int radix)
Static function that creates bytes from string interpreted as number using given radix.
|
| Constructor and Description |
|---|
DefaultBytesValue(DefaultBytesValue bytes)
Constructs a BytesValue from a byte array value.
|
DefaultEntityTag(DefaultBytesValue bytes)
Constructs an Entity-tag from a Long value.
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.