Package io.grpc.alts.internal
Interface TsiHandshakerFactory
- All Known Implementing Classes:
AltsProtocolNegotiator.ClientTsiHandshakerFactory
public interface TsiHandshakerFactory
Factory that manufactures instances of
TsiHandshaker
.-
Method Summary
Modifier and TypeMethodDescriptionnewHandshaker
(String authority, io.grpc.ChannelLogger logger) Creates a new handshaker.
-
Method Details
-
newHandshaker
Creates a new handshaker.
-