Package | Description |
---|---|
net.bluemind.imap.vertx |
Modifier and Type | Method and Description |
---|---|
static VXStoreClient.Decoder |
VXStoreClient.Decoder.fromEncoding(java.lang.String encoding) |
static VXStoreClient.Decoder |
VXStoreClient.Decoder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VXStoreClient.Decoder[] |
VXStoreClient.Decoder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> |
VXStoreClient.fetch(long uid,
java.lang.String part,
VXStoreClient.Decoder dec) |
io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> |
IAsyncStoreClient.fetch(long uid,
java.lang.String part,
VXStoreClient.Decoder dec) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
VXStoreClient.fetch(long uid,
java.lang.String part,
io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> target,
VXStoreClient.Decoder dec) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IAsyncStoreClient.fetch(long uid,
java.lang.String part,
io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> target,
VXStoreClient.Decoder dec) |
Copyright © 2021. All Rights Reserved.