public static enum AbstractSslHandlerThroughputBenchmark.BufferType extends Enum<AbstractSslHandlerThroughputBenchmark.BufferType>
Modifier and Type | Method and Description |
---|---|
static AbstractSslHandlerThroughputBenchmark.BufferType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSslHandlerThroughputBenchmark.BufferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSslHandlerThroughputBenchmark.BufferType HEAP
public static final AbstractSslHandlerThroughputBenchmark.BufferType DIRECT
public static AbstractSslHandlerThroughputBenchmark.BufferType[] values()
for (AbstractSslHandlerThroughputBenchmark.BufferType c : AbstractSslHandlerThroughputBenchmark.BufferType.values()) System.out.println(c);
public static AbstractSslHandlerThroughputBenchmark.BufferType 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 © 2008–2017 The Netty Project. All rights reserved.