| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.internal.options | |
| nl.teslanet.mule.connectors.coap.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
static DefaultEntityTag |
DefaultEntityTag.valueOf(byte[] bytes)
Static function that creates Entity-tag from byte array.
|
static DefaultEntityTag |
DefaultEntityTag.valueOf(int intValue)
Static function that creates Entity-tag from Integer.
|
static DefaultEntityTag |
DefaultEntityTag.valueOf(long longValue)
Static function that creates Entity-tag from Long.
|
static DefaultEntityTag |
DefaultEntityTag.valueOf(String string)
Static function that creates Entity-tag from string using utf-8 representation.
|
static DefaultEntityTag |
DefaultEntityTag.valueOf(String string,
int radix)
Static function that creates Entity-tag from string interpreted as number using given radix.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<List<DefaultEntityTag>> |
MessageUtils.getList(List<byte[]> bytesList)
Convenience method to create a list of Entity-tags form a list of byte arrays.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MessageUtils.isIn(DefaultEntityTag etag,
Collection<DefaultEntityTag> etags)
Check a collection of Entity-tags whether it contains the Entity-tag.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MessageUtils.isIn(DefaultEntityTag etag,
Collection<DefaultEntityTag> etags)
Check a collection of Entity-tags whether it contains the Entity-tag.
|
Copyright © 2019–2025 Teslanet.nl. All rights reserved.