Interface DSPacket

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void send()
      Send this DSPacket.
      void sendDirect()
      Send this DSPacket directly - bypassing any configured sending mechanism that may be in place.
      void sendToPeer​(int peer)
      Sends this DSPacket object to the specified peer.
    • Method Detail

      • sendToPeer

        void sendToPeer​(int peer)
        Sends this DSPacket object to the specified peer.
        Parameters:
        peer - the DataSource peer.
      • sendDirect

        void sendDirect()
        Send this DSPacket directly - bypassing any configured sending mechanism that may be in place.
      • send

        void send()
        Send this DSPacket.
        Since:
        3.4.0