Class HttpNetwork.NetworkInputStream

    • Field Detail

      • boot

        int boot
      • ack

        int ack
    • Constructor Detail

      • NetworkInputStream

        NetworkInputStream()
    • Method Detail

      • readFrom

        int readFrom​(InputStream is,
                     int length)
              throws Exception
        Reads next header or message from inputstream. /!\ Be careful, this method always return length or it throws an exception.
        Parameters:
        is -
        length -
        Returns:
        Throws:
        Exception
      • getBootTS

        int getBootTS()
      • getAckStamp

        int getAckStamp()