| Package | Description |
|---|---|
| io.vertx.tp.ipc.eon |
| Modifier and Type | Method and Description |
|---|---|
IpcEnvelop |
IpcEnvelop.Builder.build() |
IpcEnvelop |
IpcEnvelop.Builder.buildPartial() |
static IpcEnvelop |
IpcEnvelop.getDefaultInstance() |
IpcEnvelop |
IpcEnvelop.getDefaultInstanceForType() |
IpcEnvelop |
IpcEnvelop.Builder.getDefaultInstanceForType() |
IpcEnvelop |
StreamClientRequest.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop |
StreamClientRequest.Builder.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop |
IpcResponseOrBuilder.getEnvelop()
Response content
|
IpcEnvelop |
IpcRequest.getEnvelop()
Content of response
|
IpcEnvelop |
IpcRequest.Builder.getEnvelop()
Content of response
|
IpcEnvelop |
StreamClientRequestOrBuilder.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop |
StreamServerRequest.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 3; |
IpcEnvelop |
StreamServerRequest.Builder.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 3; |
IpcEnvelop |
StreamServerResponseOrBuilder.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop |
IpcRequestOrBuilder.getEnvelop()
Content of response
|
IpcEnvelop |
IpcResponse.getEnvelop()
Response content
|
IpcEnvelop |
IpcResponse.Builder.getEnvelop()
Response content
|
IpcEnvelop |
StreamServerResponse.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop |
StreamServerResponse.Builder.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop |
StreamServerRequestOrBuilder.getEnvelop()
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 3; |
static IpcEnvelop |
IpcEnvelop.parseDelimitedFrom(InputStream input) |
static IpcEnvelop |
IpcEnvelop.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcEnvelop |
IpcEnvelop.parseFrom(byte[] data) |
static IpcEnvelop |
IpcEnvelop.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcEnvelop |
IpcEnvelop.parseFrom(ByteBuffer data) |
static IpcEnvelop |
IpcEnvelop.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcEnvelop |
IpcEnvelop.parseFrom(com.google.protobuf.ByteString data) |
static IpcEnvelop |
IpcEnvelop.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcEnvelop |
IpcEnvelop.parseFrom(com.google.protobuf.CodedInputStream input) |
static IpcEnvelop |
IpcEnvelop.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcEnvelop |
IpcEnvelop.parseFrom(InputStream input) |
static IpcEnvelop |
IpcEnvelop.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<IpcEnvelop> |
IpcEnvelop.getParserForType() |
static com.google.protobuf.Parser<IpcEnvelop> |
IpcEnvelop.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamClientRequest.Builder |
StreamClientRequest.Builder.mergeEnvelop(IpcEnvelop value)
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcRequest.Builder |
IpcRequest.Builder.mergeEnvelop(IpcEnvelop value)
Content of response
|
StreamServerRequest.Builder |
StreamServerRequest.Builder.mergeEnvelop(IpcEnvelop value)
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 3; |
IpcResponse.Builder |
IpcResponse.Builder.mergeEnvelop(IpcEnvelop value)
Response content
|
StreamServerResponse.Builder |
StreamServerResponse.Builder.mergeEnvelop(IpcEnvelop value)
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcEnvelop.Builder |
IpcEnvelop.Builder.mergeFrom(IpcEnvelop other) |
static IpcEnvelop.Builder |
IpcEnvelop.newBuilder(IpcEnvelop prototype) |
StreamClientRequest.Builder |
StreamClientRequest.Builder.setEnvelop(IpcEnvelop value)
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
IpcRequest.Builder |
IpcRequest.Builder.setEnvelop(IpcEnvelop value)
Content of response
|
StreamServerRequest.Builder |
StreamServerRequest.Builder.setEnvelop(IpcEnvelop value)
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 3; |
IpcResponse.Builder |
IpcResponse.Builder.setEnvelop(IpcEnvelop value)
Response content
|
StreamServerResponse.Builder |
StreamServerResponse.Builder.setEnvelop(IpcEnvelop value)
.io.vertx.tp.ipc.eon.IpcEnvelop envelop = 1; |
Copyright © 2018. All rights reserved.