Package io.grpc.testing.integration
Class AltsHandshakerTestService
- java.lang.Object
-
- io.grpc.alts.internal.HandshakerServiceGrpc.HandshakerServiceImplBase
-
- io.grpc.testing.integration.AltsHandshakerTestService
-
- All Implemented Interfaces:
io.grpc.alts.internal.HandshakerServiceGrpc.AsyncService,io.grpc.BindableService
public class AltsHandshakerTestService extends io.grpc.alts.internal.HandshakerServiceGrpc.HandshakerServiceImplBaseA fake HandshakeService for ALTS integration testing in non-gcp environments.
-
-
Constructor Summary
Constructors Constructor Description AltsHandshakerTestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.stub.StreamObserver<io.grpc.alts.internal.HandshakerReq>doHandshake(io.grpc.stub.StreamObserver<io.grpc.alts.internal.HandshakerResp> responseObserver)
-