| Package | Description |
|---|---|
| io.vertx.tp.ipc.eon | |
| io.vertx.tp.ipc.service |
| Modifier and Type | Method and Description |
|---|---|
IpcRequest |
IpcRequest.Builder.build() |
IpcRequest |
IpcRequest.Builder.buildPartial() |
static IpcRequest |
IpcRequest.getDefaultInstance() |
IpcRequest |
IpcRequest.getDefaultInstanceForType() |
IpcRequest |
IpcRequest.Builder.getDefaultInstanceForType() |
static IpcRequest |
IpcRequest.parseDelimitedFrom(InputStream input) |
static IpcRequest |
IpcRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
IpcRequest.parseFrom(byte[] data) |
static IpcRequest |
IpcRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
IpcRequest.parseFrom(ByteBuffer data) |
static IpcRequest |
IpcRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
IpcRequest.parseFrom(com.google.protobuf.ByteString data) |
static IpcRequest |
IpcRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
IpcRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static IpcRequest |
IpcRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IpcRequest |
IpcRequest.parseFrom(InputStream input) |
static IpcRequest |
IpcRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<IpcRequest> |
IpcRequest.getParserForType() |
static com.google.protobuf.Parser<IpcRequest> |
IpcRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
IpcRequest.Builder |
IpcRequest.Builder.mergeFrom(IpcRequest other) |
static IpcRequest.Builder |
IpcRequest.newBuilder(IpcRequest prototype) |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<IpcRequest,IpcResponse> |
UnityServiceGrpc.METHOD_UNITY_CALL |
| Modifier and Type | Method and Description |
|---|---|
IpcResponse |
UnityServiceGrpc.UnityServiceBlockingStub.unityCall(IpcRequest request)
Direct: Client -> Server -> Client
|
com.google.common.util.concurrent.ListenableFuture<IpcResponse> |
UnityServiceGrpc.UnityServiceFutureStub.unityCall(IpcRequest request)
Direct: Client -> Server -> Client
|
void |
UnityServiceGrpc.UnityServiceVertxImplBase.unityCall(IpcRequest request,
Future<IpcResponse> response)
Direct: Client -> Server -> Client
|
void |
UnityServiceGrpc.UnityServiceVertxStub.unityCall(IpcRequest request,
Handler<AsyncResult<IpcResponse>> response)
Direct: Client -> Server -> Client
|
void |
UnityServiceGrpc.UnityServiceImplBase.unityCall(IpcRequest request,
io.grpc.stub.StreamObserver<IpcResponse> responseObserver)
Direct: Client -> Server -> Client
|
void |
UnityServiceGrpc.UnityServiceStub.unityCall(IpcRequest request,
io.grpc.stub.StreamObserver<IpcResponse> responseObserver)
Direct: Client -> Server -> Client
|
Copyright © 2020. All rights reserved.