Packet

final case class Packet(remote: InetSocketAddress, bytes: Chunk[Byte])

A single packet to send to the specified remote address or received from the specified address.

A single packet 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 packet to/from

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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