SerenityJS
    Preparing search index...

    Class NetworkHandler

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    packet: Packet = ...

    The packet that the network handler is listening for.

    serenity: Serenity

    The serenity instance that the network handler is attached to.

    packet: Packet

    The packet that the network handler is listening for.

    Accessors

    Methods

    • Handles a packet an incoming packet from a connection.

      Parameters

      • _packet: DataPacket
      • _connection: Connection

      Returns void