Datagram

final case class Datagram(remote: SocketAddress[IpAddress], bytes: Chunk[Byte])
A single datagram to send to the specified remote address or received from the specified address.
Value Params
bytes
data to send/receive
remote
remote party to send/receive datagram to/from
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productIterator: Iterator[Any]
Inhertied from
Product
def productElementNames: Iterator[String]
Inhertied from
Product