| Package | Description |
|---|---|
| io.vertx.tp.ipc.eon | |
| io.vertx.tp.ipc.service |
| Modifier and Type | Method and Description |
|---|---|
StreamClientRequest |
StreamClientRequest.Builder.build() |
StreamClientRequest |
StreamClientRequest.Builder.buildPartial() |
static StreamClientRequest |
StreamClientRequest.getDefaultInstance() |
StreamClientRequest |
StreamClientRequest.getDefaultInstanceForType() |
StreamClientRequest |
StreamClientRequest.Builder.getDefaultInstanceForType() |
static StreamClientRequest |
StreamClientRequest.parseDelimitedFrom(InputStream input) |
static StreamClientRequest |
StreamClientRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamClientRequest |
StreamClientRequest.parseFrom(byte[] data) |
static StreamClientRequest |
StreamClientRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamClientRequest |
StreamClientRequest.parseFrom(ByteBuffer data) |
static StreamClientRequest |
StreamClientRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamClientRequest |
StreamClientRequest.parseFrom(com.google.protobuf.ByteString data) |
static StreamClientRequest |
StreamClientRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamClientRequest |
StreamClientRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamClientRequest |
StreamClientRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamClientRequest |
StreamClientRequest.parseFrom(InputStream input) |
static StreamClientRequest |
StreamClientRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StreamClientRequest> |
StreamClientRequest.getParserForType() |
static com.google.protobuf.Parser<StreamClientRequest> |
StreamClientRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamClientRequest.Builder |
StreamClientRequest.Builder.mergeFrom(StreamClientRequest other) |
static StreamClientRequest.Builder |
StreamClientRequest.newBuilder(StreamClientRequest prototype) |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<StreamClientRequest,StreamServerResponse> |
DupliexServiceGrpc.METHOD_DUPLIEX_CALL |
static io.grpc.MethodDescriptor<StreamClientRequest,StreamClientResponse> |
ProduceServiceGrpc.METHOD_INPUT_CALL |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<StreamClientRequest> |
DupliexServiceGrpc.DupliexServiceImplBase.dupliexCall(io.grpc.stub.StreamObserver<StreamServerResponse> responseObserver)
Full: Client -> Server -> Client
|
io.grpc.stub.StreamObserver<StreamClientRequest> |
DupliexServiceGrpc.DupliexServiceStub.dupliexCall(io.grpc.stub.StreamObserver<StreamServerResponse> responseObserver)
Full: Client -> Server -> Client
|
io.grpc.stub.StreamObserver<StreamClientRequest> |
ProduceServiceGrpc.ProduceServiceImplBase.inputCall(io.grpc.stub.StreamObserver<StreamClientResponse> responseObserver)
Client -> Server
|
io.grpc.stub.StreamObserver<StreamClientRequest> |
ProduceServiceGrpc.ProduceServiceStub.inputCall(io.grpc.stub.StreamObserver<StreamClientResponse> responseObserver)
Client -> Server
|
| Modifier and Type | Method and Description |
|---|---|
void |
DupliexServiceGrpc.DupliexServiceVertxImplBase.dupliexCall(io.vertx.grpc.GrpcBidiExchange<StreamClientRequest,StreamServerResponse> exchange)
Full: Client -> Server -> Client
|
void |
DupliexServiceGrpc.DupliexServiceVertxStub.dupliexCall(Handler<io.vertx.grpc.GrpcBidiExchange<StreamServerResponse,StreamClientRequest>> handler)
Full: Client -> Server -> Client
|
void |
ProduceServiceGrpc.ProduceServiceVertxImplBase.inputCall(io.vertx.grpc.GrpcBidiExchange<StreamClientRequest,StreamClientResponse> exchange)
Client -> Server
|
void |
ProduceServiceGrpc.ProduceServiceVertxStub.inputCall(Handler<io.vertx.grpc.GrpcBidiExchange<StreamClientResponse,StreamClientRequest>> handler)
Client -> Server
|
Copyright © 2020. All rights reserved.