com.davfx.ninio.util.CheckAllocationObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ninio Show documentation
Show all versions of ninio Show documentation
A Java NIO HTTP client/server as light as possible
package com.davfx.ninio.util;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Deprecated
public class CheckAllocationObject {
private static final Logger LOGGER = LoggerFactory.getLogger(CheckAllocationObject.class);
private static final boolean DISPLAY_INC = true;
private static final boolean DISPLAY_DEC = true;
private static final double DISPLAY_DEC_LIMIT = 1d * 60d;
private static final class CountMax {
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy