public static enum DefaultHttp11ResponseHandler.BUFFERING extends Enum<DefaultHttp11ResponseHandler.BUFFERING>
| Enum Constant and Description |
|---|
always |
never |
whenNeeded |
| Modifier and Type | Method and Description |
|---|---|
static DefaultHttp11ResponseHandler.BUFFERING |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultHttp11ResponseHandler.BUFFERING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultHttp11ResponseHandler.BUFFERING always
public static final DefaultHttp11ResponseHandler.BUFFERING never
public static final DefaultHttp11ResponseHandler.BUFFERING whenNeeded
public static DefaultHttp11ResponseHandler.BUFFERING[] values()
for (DefaultHttp11ResponseHandler.BUFFERING c : DefaultHttp11ResponseHandler.BUFFERING.values()) System.out.println(c);
public static DefaultHttp11ResponseHandler.BUFFERING 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 © 2021 McEvoy Software Ltd. All rights reserved.