Class AltsProtocolNegotiator.ClientAltsProtocolNegotiator

  • All Implemented Interfaces:
    io.grpc.netty.InternalProtocolNegotiator.ProtocolNegotiator
    Enclosing class:
    AltsProtocolNegotiator

    private static final class AltsProtocolNegotiator.ClientAltsProtocolNegotiator
    extends java.lang.Object
    implements io.grpc.netty.InternalProtocolNegotiator.ProtocolNegotiator
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  io.grpc.netty.ProtocolNegotiator.ClientFactory  
      static interface  io.grpc.netty.ProtocolNegotiator.ServerFactory  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientAltsProtocolNegotiator​(com.google.common.collect.ImmutableList<java.lang.String> targetServiceAccounts, io.grpc.internal.ObjectPool<io.grpc.Channel> handshakerChannelPool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      io.netty.channel.ChannelHandler newHandler​(io.grpc.netty.GrpcHttp2ConnectionHandler grpcHandler)  
      io.netty.util.AsciiString scheme()  
      • Methods inherited from class java.lang.Object

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

      • ClientAltsProtocolNegotiator

        ClientAltsProtocolNegotiator​(com.google.common.collect.ImmutableList<java.lang.String> targetServiceAccounts,
                                     io.grpc.internal.ObjectPool<io.grpc.Channel> handshakerChannelPool)
    • Method Detail

      • scheme

        public io.netty.util.AsciiString scheme()
      • newHandler

        public io.netty.channel.ChannelHandler newHandler​(io.grpc.netty.GrpcHttp2ConnectionHandler grpcHandler)
      • close

        public void close()