Class AltsHandshakerTestService

  • All Implemented Interfaces:
    io.grpc.alts.internal.HandshakerServiceGrpc.AsyncService, io.grpc.BindableService

    public class AltsHandshakerTestService
    extends io.grpc.alts.internal.HandshakerServiceGrpc.HandshakerServiceImplBase
    A fake HandshakeService for ALTS integration testing in non-gcp environments.
    • 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)  
      • Methods inherited from class io.grpc.alts.internal.HandshakerServiceGrpc.HandshakerServiceImplBase

        bindService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AltsHandshakerTestService

        public AltsHandshakerTestService()
    • Method Detail

      • doHandshake

        public io.grpc.stub.StreamObserver<io.grpc.alts.internal.HandshakerReq> doHandshake​(io.grpc.stub.StreamObserver<io.grpc.alts.internal.HandshakerResp> responseObserver)