package
protocol
Type Members
-
case class
AvroProtocol(protocol: String, types: Seq[AvroNamedType[_]], messages: Map[String, Message], namespace: Option[String] = scala.None, doc: Option[String] = scala.None) extends JsonSchemifiable with CanonicalForm with Product with Serializable
-
case class
HandshakeRequest(clientHash: MD5, clientProtocol: Option[String], serverHash: MD5, meta: Option[Map[String, Seq[Byte]]]) extends Product with Serializable
-
case class
HandshakeResponse(match: HandshakeMatch, serverProtocol: Option[String], serverHash: Option[MD5], meta: Option[Map[String, Seq[Byte]]]) extends Product with Serializable
-
case class
MD5(bytes: Seq[Byte]) extends FixedData with Product with Serializable