Package de.das.encrypter.comm


package de.das.encrypter.comm
This package provides classes for simple UDP communication.
  • Class
    Description
    Interface for classes which want get byte arrays from a UDP receiver.
    The class provides a receiver service for UDP data packets on a specific port that continuously waits for incoming data and forwards it to the registered data receiver.
    A simple UDP sender expecting a receiver service for a given host address at the given port, which is able to receive and interpret the data sent.