Interface TsiHandshakerFactory

All Known Implementing Classes:
AltsProtocolNegotiator.ClientTsiHandshakerFactory

public interface TsiHandshakerFactory
Factory that manufactures instances of TsiHandshaker.
  • Method Summary

    Modifier and Type
    Method
    Description
    newHandshaker(String authority, io.grpc.ChannelLogger logger)
    Creates a new handshaker.
  • Method Details