mot.impl

ClientConnector

Related Docs: object ClientConnector | package impl

final class ClientConnector extends StrictLogging

Represents the link between the client and one server. This connector will create connections and re-create them forever when they terminate with errors.

Linear Supertypes
StrictLogging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClientConnector
  2. StrictLogging
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClientConnector(client: Client, target: Address)

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. val client: Client

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

  8. def connectLoop(): Unit

  9. val creationTime: Long

  10. var currentConnection: Try[ClientConnection]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val flowControlQueue: SubQueue

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. val lastUse: AtomicLong

  19. val logger: Logger

    Attributes
    protected
    Definition Classes
    StrictLogging → Logging
  20. val messagesQueue: SubQueue

  21. val minimumDelay: FiniteDuration

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. val notYetConnected: Exception

  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def offerMessage(message: Message, timeout: Long, unit: TimeUnit): Boolean

  27. def offerRequest(message: Message, pendingResponse: PendingResponse, timeout: Long, unit: TimeUnit): Boolean

  28. val pendingResponses: ConcurrentHashMap[Int, PendingResponse]

  29. val requestCounter: AtomicInteger

  30. val respondableSentCounter: AtomicLong

  31. val responsesReceivedCounter: AtomicLong

  32. val sendingQueue: LinkedBlockingMultiQueue[String, OutgoingEvent]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. val target: Address

  35. val timeoutsCounter: AtomicLong

  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. val triedToSendTooLargeMessage: AtomicLong

  38. val unrespondableSentCounter: AtomicLong

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val writerThread: Thread

Inherited from StrictLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped