public static enum TLSClientHelloExtractor.ExtractorResult extends Enum<TLSClientHelloExtractor.ExtractorResult>
Enum Constant and Description |
---|
COMPLETE |
NEED_READ |
NOT_PRESENT |
UNDERFLOW |
Modifier and Type | Method and Description |
---|---|
static TLSClientHelloExtractor.ExtractorResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLSClientHelloExtractor.ExtractorResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLSClientHelloExtractor.ExtractorResult COMPLETE
public static final TLSClientHelloExtractor.ExtractorResult NOT_PRESENT
public static final TLSClientHelloExtractor.ExtractorResult UNDERFLOW
public static final TLSClientHelloExtractor.ExtractorResult NEED_READ
public static TLSClientHelloExtractor.ExtractorResult[] values()
for (TLSClientHelloExtractor.ExtractorResult c : TLSClientHelloExtractor.ExtractorResult.values()) System.out.println(c);
public static TLSClientHelloExtractor.ExtractorResult 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 © 2000-2016 Apache Software Foundation. All Rights Reserved.