| Package | Description |
|---|---|
| org.eclipse.californium.scandium.util |
| Modifier and Type | Method and Description |
|---|---|
static ServerName.NameType |
ServerName.NameType.fromCode(byte code)
Gets the name type for a code.
|
ServerName.NameType |
ServerName.getType()
Gets this name's type.
|
static ServerName.NameType |
ServerName.NameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerName.NameType[] |
ServerName.NameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerName |
ServerName.from(ServerName.NameType type,
byte[] name)
Creates a new instance for a type and name.
|
byte[] |
ServerNames.get(ServerName.NameType type)
Gets the name value of a server name of a particular type.
|
ServerName |
ServerNames.getServerName(ServerName.NameType type)
Gets the server name of a particular type.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.