@Generated(value="by gRPC proto compiler (version 1.21.0)", comments="Source: secret_service.proto") public final class SecretServiceGrpc extends Object
----------------------------------------------------------------------------- ---------------- Service definition -----------------------------------------------------------------------------
| Modifier and Type | Class and Description |
|---|---|
static class |
SecretServiceGrpc.SecretServiceBlockingStub
-----------------------------------------------------------------------------
---------------- Service definition
-----------------------------------------------------------------------------
|
static class |
SecretServiceGrpc.SecretServiceFutureStub
-----------------------------------------------------------------------------
---------------- Service definition
-----------------------------------------------------------------------------
|
static class |
SecretServiceGrpc.SecretServiceImplBase
-----------------------------------------------------------------------------
---------------- Service definition
-----------------------------------------------------------------------------
|
static class |
SecretServiceGrpc.SecretServiceStub
-----------------------------------------------------------------------------
---------------- Service definition
-----------------------------------------------------------------------------
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<SecretServiceOuterClass.GenerateKeyRequest,SecretServiceOuterClass.GenerateKeyResponse> |
getGenerateKeyMethod() |
static io.grpc.MethodDescriptor<SecretServiceOuterClass.PublicKeyRequest,SecretServiceOuterClass.PublicKeyResponse> |
getGetPublicKeyMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SecretServiceOuterClass.SignRequest,SecretServiceOuterClass.SignResponse> |
getSignMethod() |
static SecretServiceGrpc.SecretServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SecretServiceGrpc.SecretServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SecretServiceGrpc.SecretServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<SecretServiceOuterClass.GenerateKeyRequest,SecretServiceOuterClass.GenerateKeyResponse> getGenerateKeyMethod()
public static io.grpc.MethodDescriptor<SecretServiceOuterClass.PublicKeyRequest,SecretServiceOuterClass.PublicKeyResponse> getGetPublicKeyMethod()
public static io.grpc.MethodDescriptor<SecretServiceOuterClass.SignRequest,SecretServiceOuterClass.SignResponse> getSignMethod()
public static SecretServiceGrpc.SecretServiceStub newStub(io.grpc.Channel channel)
public static SecretServiceGrpc.SecretServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SecretServiceGrpc.SecretServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019. All rights reserved.