public static enum TlsActivityHelper.TlsRecord extends Enum<TlsActivityHelper.TlsRecord>
Enum Constant and Description |
---|
CONTENT_TYPE |
HANDSHAKE_STATE |
LENGTH |
SSL_HANDSHAKE_STATE |
VERSION |
Modifier and Type | Method and Description |
---|---|
static TlsActivityHelper.TlsRecord |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsActivityHelper.TlsRecord[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TlsActivityHelper.TlsRecord CONTENT_TYPE
public static final TlsActivityHelper.TlsRecord VERSION
public static final TlsActivityHelper.TlsRecord LENGTH
public static final TlsActivityHelper.TlsRecord HANDSHAKE_STATE
public static final TlsActivityHelper.TlsRecord SSL_HANDSHAKE_STATE
public static TlsActivityHelper.TlsRecord[] values()
for (TlsActivityHelper.TlsRecord c : TlsActivityHelper.TlsRecord.values()) System.out.println(c);
public static TlsActivityHelper.TlsRecord 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 © 2013–2015 Institute of networks and security. All rights reserved.