| Package | Description |
|---|---|
| io.vertx.tp.ipc.eon | |
| io.vertx.tp.ipc.eon.em |
| Modifier and Type | Method and Description |
|---|---|
Compression |
IpcRequest.getAlgorithm()
Compression
|
Compression |
IpcRequest.Builder.getAlgorithm()
Compression
|
Compression |
StreamServerRequest.getAlgorithm()
.io.vertx.tp.ipc.eon.em.Compression algorithm = 4; |
Compression |
StreamServerRequest.Builder.getAlgorithm()
.io.vertx.tp.ipc.eon.em.Compression algorithm = 4; |
Compression |
IpcRequestOrBuilder.getAlgorithm()
Compression
|
Compression |
StreamServerRequestOrBuilder.getAlgorithm()
.io.vertx.tp.ipc.eon.em.Compression algorithm = 4; |
| Modifier and Type | Method and Description |
|---|---|
IpcRequest.Builder |
IpcRequest.Builder.setAlgorithm(Compression value)
Compression
|
StreamServerRequest.Builder |
StreamServerRequest.Builder.setAlgorithm(Compression value)
.io.vertx.tp.ipc.eon.em.Compression algorithm = 4; |
| Modifier and Type | Method and Description |
|---|---|
static Compression |
Compression.forNumber(int value) |
static Compression |
Compression.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Compression |
Compression.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Compression |
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Compression> |
Compression.internalGetValueMap() |
Copyright © 2020. All rights reserved.