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 Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service HandshakerService.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service HandshakerService.static classBase class for the server implementation of the service HandshakerService.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service HandshakerService.private static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<HandshakerReq, HandshakerResp> private static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<HandshakerReq, HandshakerResp> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getDoHandshakeMethod
-
METHODID_DO_HANDSHAKE
private static final int METHODID_DO_HANDSHAKE- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
HandshakerServiceGrpc
private HandshakerServiceGrpc()
-
-
Method Details
-
getDoHandshakeMethod
-
newStub
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()
-