mot.impl

ServerConnection

Related Doc: package impl

final class ServerConnection extends AbstractConnection

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

Instance Constructors

  1. new ServerConnection(server: Server, socketImpl: Socket)

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

    Definition Classes
    AbstractConnection
  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]

    Definition Classes
    AbstractConnection
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flow(flowId: Int): Option[ServerFlow]

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

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

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

    Definition Classes
    AbstractConnection
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val lastRead: AtomicLong

    Definition Classes
    AbstractConnection
  17. val lastWrite: AtomicLong

    Definition Classes
    AbstractConnection
  18. val localAddress: Address

    Definition Classes
    AbstractConnectionConnection
  19. def localHello: ServerHello

    Definition Classes
    ServerConnectionAbstractConnection
  20. def localName: String

    Definition Classes
    AbstractConnectionConnection
  21. val logger: Logger

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

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

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

    Definition Classes
    AnyRef
  25. def offerResponse(serverFlow: ServerFlow, outgoingResponse: OutgoingResponse, wait: Long, timeUnit: TimeUnit): Boolean

  26. def outgoingQueue: LinkedBlockingMultiQueue[Int, OutgoingResponse]

    Definition Classes
    ServerConnectionAbstractConnection
  27. val party: MotParty

    Definition Classes
    AbstractConnection
  28. def prepareSocket(socket: Socket): Unit

    Definition Classes
    Connection
  29. def processHello(hello: HelloFrame): Unit

    Definition Classes
    ServerConnectionAbstractConnection
  30. val processIncoming: PartialFunction[Frame, Unit]

    Definition Classes
    ServerConnectionAbstractConnection
  31. def processMessage(frame: MessageFrame): Unit

  32. def processOutgoing(event: OutgoingEvent): Unit

    Definition Classes
    ServerConnectionAbstractConnection
  33. def processRequest(frame: RequestFrame): Unit

  34. val readBuffer: ReadBuffer

    Definition Classes
    AbstractConnection
  35. def readFrame(): Frame

    Definition Classes
    AbstractConnection
  36. def readerLoop(): Unit

    Definition Classes
    AbstractConnection
  37. val readerThread: Thread

  38. val receivedRespondable: AtomicLong

  39. val receivedUnrespondable: AtomicLong

  40. val remoteAddress: Address

    Definition Classes
    AbstractConnectionConnection
  41. val remoteHelloLatch: CountDownLatch

    Definition Classes
    ServerConnectionAbstractConnection
  42. def remoteMaxLength: Option[Int]

  43. def remoteName: String

    Definition Classes
    AbstractConnectionConnection
  44. def remoteNameOption: Option[String]

    Definition Classes
    ServerConnectionAbstractConnection
  45. def reportClose(e: Throwable): Unit

    Definition Classes
    ServerConnectionAbstractConnection
  46. val responseFlows: ServerFlows

  47. val sentResponses: AtomicLong

  48. val server: Server

  49. def setException(e: Throwable): Boolean

    Definition Classes
    AbstractConnection
  50. val socket: RichSocket

    Definition Classes
    AbstractConnection
  51. val socketImpl: Socket

    Definition Classes
    AbstractConnection
  52. def start(): Unit

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

    Definition Classes
    AnyRef
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. val tooLargeResponses: AtomicLong

  56. def wait[A](latch: CountDownLatch, stop: () ⇒ Boolean): Boolean

    Definition Classes
    AbstractConnection
  57. final def wait(): Unit

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

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

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

    Definition Classes
    AbstractConnection
  61. def writeFrame(msg: Frame): Unit

    Definition Classes
    AbstractConnection
  62. def writerLoop(): Unit

    Definition Classes
    AbstractConnection
  63. val writerThread: Thread

Inherited from AbstractConnection

Inherited from StrictLogging

Inherited from Logging

Inherited from Connection

Inherited from AnyRef

Inherited from Any

Ungrouped