Uses of Class
io.grpc.alts.internal.HandshakerResp
Packages that use HandshakerResp
-
Uses of HandshakerResp in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement interfaces with type arguments of type HandshakerRespFields in io.grpc.alts.internal declared as HandshakerRespModifier and TypeFieldDescriptionprivate static final HandshakerRespHandshakerResp.DEFAULT_INSTANCEFields in io.grpc.alts.internal with type parameters of type HandshakerRespModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<HandshakerReq, HandshakerResp> HandshakerServiceGrpc.getDoHandshakeMethodprivate static final com.google.protobuf.Parser<HandshakerResp> HandshakerResp.PARSERprivate final io.grpc.stub.StreamObserver<HandshakerResp> AltsHandshakerStub.readerprivate final ArrayBlockingQueue<com.google.common.base.Optional<HandshakerResp>> AltsHandshakerStub.responseQueueMethods 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) AltsHandshakerStub.send(HandshakerReq req) Send a handshaker request and return the handshaker response.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()(package private) io.grpc.stub.StreamObserver<HandshakerResp> AltsHandshakerStub.getReaderForTest()static com.google.protobuf.Parser<HandshakerResp> HandshakerResp.parser()Methods in io.grpc.alts.internal with parameters of type HandshakerRespModifier and TypeMethodDescriptionprivate voidHandshakerResp.Builder.buildPartial0(HandshakerResp result) private voidAltsHandshakerClient.handleResponse(HandshakerResp resp) Parses a handshake response, setting the status, result, and closing the handshaker, as needed.HandshakerResp.Builder.mergeFrom(HandshakerResp other) static HandshakerResp.BuilderHandshakerResp.newBuilder(HandshakerResp prototype) voidAltsHandshakerStub.Reader.onNext(HandshakerResp resp) Receive a handshaker response from the server.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.