Class ManagedChannelImpl.RealChannel

    • Field Detail

      • configSelector

        private final java.util.concurrent.atomic.AtomicReference<InternalConfigSelector> configSelector
      • authority

        private final java.lang.String authority
      • clientCallImplChannel

        private final Channel clientCallImplChannel
    • Constructor Detail

      • RealChannel

        private RealChannel​(java.lang.String authority)
    • Method Detail

      • onConfigError

        void onConfigError()
      • shutdown

        void shutdown()
      • shutdownNow

        void shutdownNow()
      • authority

        public java.lang.String authority()
        Description copied from class: Channel
        The authority of the destination this channel connects to. Typically this is in the format host:port.
        Specified by:
        authority in class Channel