Uses of Class
io.grpc.alts.internal.HandshakerReq
Packages that use HandshakerReq
-
Uses of HandshakerReq in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as HandshakerReqModifier and TypeFieldDescriptionprivate static final HandshakerReq
HandshakerReq.DEFAULT_INSTANCE
Fields in io.grpc.alts.internal with type parameters of type HandshakerReqModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor
<HandshakerReq, HandshakerResp> HandshakerServiceGrpc.getDoHandshakeMethod
private static final com.google.protobuf.Parser
<HandshakerReq> HandshakerReq.PARSER
private io.grpc.stub.StreamObserver
<HandshakerReq> AltsHandshakerStub.writer
Methods in io.grpc.alts.internal that return HandshakerReqModifier and TypeMethodDescriptionHandshakerReq.Builder.build()
HandshakerReq.Builder.buildPartial()
static HandshakerReq
HandshakerReq.getDefaultInstance()
HandshakerReq.Builder.getDefaultInstanceForType()
HandshakerReq.getDefaultInstanceForType()
static HandshakerReq
HandshakerReq.parseDelimitedFrom
(InputStream input) static HandshakerReq
HandshakerReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerReq
HandshakerReq.parseFrom
(byte[] data) static HandshakerReq
HandshakerReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerReq
HandshakerReq.parseFrom
(com.google.protobuf.ByteString data) static HandshakerReq
HandshakerReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerReq
HandshakerReq.parseFrom
(com.google.protobuf.CodedInputStream input) static HandshakerReq
HandshakerReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerReq
HandshakerReq.parseFrom
(InputStream input) static HandshakerReq
HandshakerReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerReq
HandshakerReq.parseFrom
(ByteBuffer data) static HandshakerReq
HandshakerReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type HandshakerReqModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver
<HandshakerReq> HandshakerServiceGrpc.AsyncService.doHandshake
(io.grpc.stub.StreamObserver<HandshakerResp> responseObserver) Handshaker service accepts a stream of handshaker request, returning a stream of handshaker response.io.grpc.stub.StreamObserver
<HandshakerReq> HandshakerServiceGrpc.HandshakerServiceStub.doHandshake
(io.grpc.stub.StreamObserver<HandshakerResp> responseObserver) Handshaker service accepts a stream of handshaker request, returning a stream of handshaker response.static io.grpc.MethodDescriptor
<HandshakerReq, HandshakerResp> HandshakerServiceGrpc.getDoHandshakeMethod()
com.google.protobuf.Parser
<HandshakerReq> HandshakerReq.getParserForType()
static com.google.protobuf.Parser
<HandshakerReq> HandshakerReq.parser()
Methods in io.grpc.alts.internal with parameters of type HandshakerReqModifier and TypeMethodDescriptionprivate void
HandshakerReq.Builder.buildPartial0
(HandshakerReq result) private void
HandshakerReq.Builder.buildPartialOneofs
(HandshakerReq result) HandshakerReq.Builder.mergeFrom
(HandshakerReq other) static HandshakerReq.Builder
HandshakerReq.newBuilder
(HandshakerReq prototype) AltsHandshakerStub.send
(HandshakerReq req) Send a handshaker request and return the handshaker response.Constructor parameters in io.grpc.alts.internal with type arguments of type HandshakerReqModifierConstructorDescription(package private)
AltsHandshakerStub
(io.grpc.stub.StreamObserver<HandshakerReq> writer)