| Package | Description |
|---|---|
| io.vertx.tp.ipc.eon |
| Modifier and Type | Method and Description |
|---|---|
ResponseParams |
ResponseParams.Builder.build() |
ResponseParams |
ResponseParams.Builder.buildPartial() |
static ResponseParams |
ResponseParams.getDefaultInstance() |
ResponseParams |
ResponseParams.getDefaultInstanceForType() |
ResponseParams |
ResponseParams.Builder.getDefaultInstanceForType() |
ResponseParams |
StreamServerRequest.getResponseParams(int index)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
ResponseParams |
StreamServerRequest.Builder.getResponseParams(int index)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
ResponseParams |
StreamServerRequestOrBuilder.getResponseParams(int index)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
static ResponseParams |
ResponseParams.parseDelimitedFrom(InputStream input) |
static ResponseParams |
ResponseParams.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseParams |
ResponseParams.parseFrom(byte[] data) |
static ResponseParams |
ResponseParams.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseParams |
ResponseParams.parseFrom(ByteBuffer data) |
static ResponseParams |
ResponseParams.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseParams |
ResponseParams.parseFrom(com.google.protobuf.ByteString data) |
static ResponseParams |
ResponseParams.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseParams |
ResponseParams.parseFrom(com.google.protobuf.CodedInputStream input) |
static ResponseParams |
ResponseParams.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseParams |
ResponseParams.parseFrom(InputStream input) |
static ResponseParams |
ResponseParams.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ResponseParams> |
ResponseParams.getParserForType() |
List<ResponseParams> |
StreamServerRequest.getResponseParamsList()
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
List<ResponseParams> |
StreamServerRequest.Builder.getResponseParamsList()
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
List<ResponseParams> |
StreamServerRequestOrBuilder.getResponseParamsList()
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
static com.google.protobuf.Parser<ResponseParams> |
ResponseParams.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamServerRequest.Builder |
StreamServerRequest.Builder.addResponseParams(int index,
ResponseParams value)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
StreamServerRequest.Builder |
StreamServerRequest.Builder.addResponseParams(ResponseParams value)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
ResponseParams.Builder |
ResponseParams.Builder.mergeFrom(ResponseParams other) |
static ResponseParams.Builder |
ResponseParams.newBuilder(ResponseParams prototype) |
StreamServerRequest.Builder |
StreamServerRequest.Builder.setResponseParams(int index,
ResponseParams value)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
| Modifier and Type | Method and Description |
|---|---|
StreamServerRequest.Builder |
StreamServerRequest.Builder.addAllResponseParams(Iterable<? extends ResponseParams> values)
repeated .io.vertx.tp.ipc.eon.ResponseParams response_params = 2; |
Copyright © 2020. All rights reserved.