Packages

final class GrpcManagedChannelPool extends ManagedChannel

Linear Supertypes
ManagedChannel, Channel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcManagedChannelPool
  2. ManagedChannel
  3. Channel
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authority(): String
    Definition Classes
    GrpcManagedChannelPool → Channel
  6. def awaitTermination(timeout: Long, unit: TimeUnit): Boolean
    Definition Classes
    GrpcManagedChannelPool → ManagedChannel
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def enterIdle(): Unit
    Definition Classes
    ManagedChannel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getState(arg0: Boolean): ConnectivityState
    Definition Classes
    ManagedChannel
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isShutdown(): Boolean
    Definition Classes
    GrpcManagedChannelPool → ManagedChannel
  16. def isTerminated(): Boolean
    Definition Classes
    GrpcManagedChannelPool → ManagedChannel
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def newCall[RequestT, ResponseT](methodDescriptor: MethodDescriptor[RequestT, ResponseT], callOptions: CallOptions): ClientCall[RequestT, ResponseT]
    Definition Classes
    GrpcManagedChannelPool → Channel
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def notifyWhenStateChanged(arg0: ConnectivityState, arg1: Runnable): Unit
    Definition Classes
    ManagedChannel
  22. def resetConnectBackoff(): Unit
    Definition Classes
    ManagedChannel
  23. def shutdown(): ManagedChannel
    Definition Classes
    GrpcManagedChannelPool → ManagedChannel
  24. def shutdownNow(): ManagedChannel
    Definition Classes
    GrpcManagedChannelPool → ManagedChannel
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ManagedChannel

Inherited from Channel

Inherited from AnyRef

Inherited from Any

Ungrouped