case class ClientInfo(infoLine: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClientInfo(infoLine: String)
Value Members
- def addr: ClientAddress
- def age: Long
- def cmd: commons.Opt[String]
- def db: Int
- def events: ClientEvents
- def fd: Int
- def flags: ClientFlags
- def id: ClientId
- def idle: Long
- val infoLine: String
- def multi: Int
- def name: String
- def obl: Long
- def oll: Long
- def omem: Long
- def psub: Int
- def qbuf: Long
- def qbufFree: Long
- def sub: Int
-
def
toString(): String
- Definition Classes
- ClientInfo → AnyRef → Any