case class EOFMessage(warningCount: Int, flags: Int) extends ServerMessage with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EOFMessage
- Product
- Equals
- ServerMessage
- KindedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EOFMessage(warningCount: Int, flags: Int)
Value Members
- val flags: Int
-
val
kind: Int
- Definition Classes
- ServerMessage → KindedMessage
- val warningCount: Int