Package io.grpc.alts.internal
Class HandshakerServiceGrpc
- java.lang.Object
-
- io.grpc.alts.internal.HandshakerServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.68.1)", comments="Source: grpc/gcp/handshaker.proto") public final class HandshakerServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HandshakerServiceGrpc.AsyncService
private static class
HandshakerServiceGrpc.HandshakerServiceBaseDescriptorSupplier
static class
HandshakerServiceGrpc.HandshakerServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service HandshakerService.private static class
HandshakerServiceGrpc.HandshakerServiceFileDescriptorSupplier
static class
HandshakerServiceGrpc.HandshakerServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service HandshakerService.static class
HandshakerServiceGrpc.HandshakerServiceImplBase
Base class for the server implementation of the service HandshakerService.private static class
HandshakerServiceGrpc.HandshakerServiceMethodDescriptorSupplier
static class
HandshakerServiceGrpc.HandshakerServiceStub
A stub to allow clients to do asynchronous rpc calls to service HandshakerService.private static class
HandshakerServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<HandshakerReq,HandshakerResp>
getDoHandshakeMethod
private static int
METHODID_DO_HANDSHAKE
static java.lang.String
SERVICE_NAME
private static io.grpc.ServiceDescriptor
serviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description private
HandshakerServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(HandshakerServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<HandshakerReq,HandshakerResp>
getDoHandshakeMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static HandshakerServiceGrpc.HandshakerServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic HandshakerServiceGrpc.HandshakerServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic HandshakerServiceGrpc.HandshakerServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
getDoHandshakeMethod
private static volatile io.grpc.MethodDescriptor<HandshakerReq,HandshakerResp> getDoHandshakeMethod
-
METHODID_DO_HANDSHAKE
private static final int METHODID_DO_HANDSHAKE
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getDoHandshakeMethod
public static io.grpc.MethodDescriptor<HandshakerReq,HandshakerResp> getDoHandshakeMethod()
-
newStub
public static HandshakerServiceGrpc.HandshakerServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static HandshakerServiceGrpc.HandshakerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static HandshakerServiceGrpc.HandshakerServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(HandshakerServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-