HeartbeatRequestFormat

object HeartbeatRequestFormat extends EmptyFormat[HeartbeatRequest]
class EmptyFormat[HeartbeatRequest]
trait BytesFormat[HeartbeatRequest]
trait BytesWriter[HeartbeatRequest]
trait BytesReader[HeartbeatRequest]
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def flatMap[B](f: HeartbeatRequest => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
final
def map[B](f: HeartbeatRequest => B): BytesReader[B]
Inherited from
BytesReader
def read(bv: ByteVector): Attempt[ReadResult[HeartbeatRequest]]
Inherited from
EmptyFormat
def write(x: HeartbeatRequest): ByteVector
Inherited from
EmptyFormat