mot.impl

AbstractConnection

Related Doc: package impl

abstract class AbstractConnection extends Connection with StrictLogging

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

Instance Constructors

  1. new AbstractConnection(party: MotParty, socketImpl: Socket)

Abstract Value Members

  1. abstract def localHello: HelloMessage

  2. abstract def outgoingQueue: Pollable[OutgoingEvent]

  3. abstract def processHello(hello: HelloFrame): Unit

  4. abstract def processIncoming: PartialFunction[Frame, Unit]

  5. abstract def processOutgoing(e: OutgoingEvent): Unit

  6. abstract def remoteHelloLatch: CountDownLatch

  7. abstract def remoteNameOption: Option[String]

  8. abstract def reportClose(e: Throwable): Unit

Concrete 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 clone(): AnyRef

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

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

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

    Definition Classes
    AnyRef → Any
  9. val exception: AtomicReference[Throwable]

  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  13. def isClosing(): Boolean

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. val lastRead: AtomicLong

  16. val lastWrite: AtomicLong

  17. val localAddress: Address

    Definition Classes
    AbstractConnectionConnection
  18. def localName: String

    Definition Classes
    AbstractConnectionConnection
  19. val logger: Logger

    Attributes
    protected
    Definition Classes
    StrictLogging → Logging
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. val party: MotParty

  24. def prepareSocket(socket: Socket): Unit

    Definition Classes
    Connection
  25. val readBuffer: ReadBuffer

  26. def readFrame(): Frame

  27. def readerLoop(): Unit

  28. val remoteAddress: Address

    Definition Classes
    AbstractConnectionConnection
  29. def remoteName: String

    Definition Classes
    AbstractConnectionConnection
  30. def setException(e: Throwable): Boolean

  31. val socket: RichSocket

  32. val socketImpl: Socket

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def wait[A](latch: CountDownLatch, stop: () ⇒ Boolean): Boolean

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. val writeBuffer: WriteBuffer

  40. def writeFrame(msg: Frame): Unit

  41. def writerLoop(): Unit

Inherited from StrictLogging

Inherited from Logging

Inherited from Connection

Inherited from AnyRef

Inherited from Any

Ungrouped