Packages

case class ClientInfo(infoLine: String) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClientInfo(infoLine: String)

Value Members

  1. def addr: ClientAddress
  2. def age: Long
  3. def cmd: commons.Opt[String]
  4. def db: Int
  5. def events: ClientEvents
  6. def fd: Int
  7. def flags: ClientFlags
  8. def id: ClientId
  9. def idle: Long
  10. val infoLine: String
  11. def multi: Int
  12. def name: String
  13. def obl: Long
  14. def oll: Long
  15. def omem: Long
  16. def psub: Int
  17. def qbuf: Long
  18. def qbufFree: Long
  19. def sub: Int
  20. def toString(): String
    Definition Classes
    ClientInfo → AnyRef → Any