Packages

case class EOFMessage(warningCount: Int, flags: Int) extends ServerMessage with Product with Serializable

Linear Supertypes
Product, Equals, ServerMessage, KindedMessage, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EOFMessage
  2. Product
  3. Equals
  4. ServerMessage
  5. KindedMessage
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EOFMessage(warningCount: Int, flags: Int)

Value Members

  1. val flags: Int
  2. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val warningCount: Int