Uses of Class
io.grpc.alts.internal.HandshakerResp
Packages that use HandshakerResp
-
Uses of HandshakerResp in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return HandshakerRespModifier and TypeMethodDescriptionHandshakerResp.Builder.build()HandshakerResp.Builder.buildPartial()static HandshakerRespHandshakerResp.getDefaultInstance()HandshakerResp.Builder.getDefaultInstanceForType()HandshakerResp.getDefaultInstanceForType()static HandshakerRespHandshakerResp.parseDelimitedFrom(InputStream input) static HandshakerRespHandshakerResp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerRespHandshakerResp.parseFrom(byte[] data) static HandshakerRespHandshakerResp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerRespHandshakerResp.parseFrom(com.google.protobuf.ByteString data) static HandshakerRespHandshakerResp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerRespHandshakerResp.parseFrom(com.google.protobuf.CodedInputStream input) static HandshakerRespHandshakerResp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerRespHandshakerResp.parseFrom(InputStream input) static HandshakerRespHandshakerResp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerRespHandshakerResp.parseFrom(ByteBuffer data) static HandshakerRespHandshakerResp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type HandshakerRespModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<HandshakerReq, HandshakerResp> HandshakerServiceGrpc.getDoHandshakeMethod()com.google.protobuf.Parser<HandshakerResp> HandshakerResp.getParserForType()static com.google.protobuf.Parser<HandshakerResp> HandshakerResp.parser()Methods in io.grpc.alts.internal with parameters of type HandshakerRespModifier and TypeMethodDescriptionHandshakerResp.Builder.mergeFrom(HandshakerResp other) static HandshakerResp.BuilderHandshakerResp.newBuilder(HandshakerResp prototype) Method parameters in io.grpc.alts.internal with type arguments of type HandshakerRespModifier 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.