class NoticeParser extends InformationParser

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoticeParser
  2. InformationParser
  3. MessageParser
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NoticeParser(charset: Charset)

Value Members

  1. def createMessage(fields: Map[Char, String]): ServerMessage
    Definition Classes
    NoticeParserInformationParser
  2. def parseMessage(b: ByteBuf): ServerMessage
    Definition Classes
    InformationParserMessageParser