public static enum VXStoreClient.Decoder extends java.lang.Enum<VXStoreClient.Decoder>
Modifier and Type | Method and Description |
---|---|
static VXStoreClient.Decoder |
fromEncoding(java.lang.String encoding) |
static VXStoreClient.Decoder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VXStoreClient.Decoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> |
withDelegate(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> buf) |
public static final VXStoreClient.Decoder NONE
public static final VXStoreClient.Decoder B64
public static final VXStoreClient.Decoder QP
public static VXStoreClient.Decoder[] values()
for (VXStoreClient.Decoder c : VXStoreClient.Decoder.values()) System.out.println(c);
public static VXStoreClient.Decoder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> withDelegate(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> buf)
public static VXStoreClient.Decoder fromEncoding(java.lang.String encoding)
Copyright © 2021. All Rights Reserved.