Interface Sink

    • Method Detail

      • send

        void send​(Destination src,
                  int fromPort,
                  int toPort,
                  byte[] data)
        Parameters:
        fromPort - I2CP source port, 0-65535
        toPort - I2CP destination port, 0-65535
        src - some implementations may ignore, may be null in some implementations
        Throws:
        RuntimeException - in some implementations
        Since:
        0.9.53 added fromPort and toPort parameters, breaking change, sorry