public static enum DtlsMessageParams.FragmentSize extends Enum<DtlsMessageParams.FragmentSize>
| Enum Constant and Description |
|---|
BYTES_1024 |
BYTES_2048 |
BYTES_4096 |
BYTES_512 |
| Modifier and Type | Method and Description |
|---|---|
static DtlsMessageParams.FragmentSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DtlsMessageParams.FragmentSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DtlsMessageParams.FragmentSize BYTES_512
public static final DtlsMessageParams.FragmentSize BYTES_1024
public static final DtlsMessageParams.FragmentSize BYTES_2048
public static final DtlsMessageParams.FragmentSize BYTES_4096
public static DtlsMessageParams.FragmentSize[] values()
for (DtlsMessageParams.FragmentSize c : DtlsMessageParams.FragmentSize.values()) System.out.println(c);
public static DtlsMessageParams.FragmentSize valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019–2025 Teslanet.nl. All rights reserved.