
com.intellifylearning.Defaults Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellisense Show documentation
Show all versions of intellisense Show documentation
IntelliSense Sensor API for Java
package com.intellifylearning;
public class Defaults {
// public static final String HOST = "https://api.IntelliSense";
public static final String HOST = "http://dev-null-intellifylearning-com-heax6eiumqow.runscope.net";
public static final int MAX_QUEUE_SIZE = 10_000;
public static final int QUEUE_WAIT_TIMEOUT = 10_000;
public static final int CONNECTION_TIMEOUT = 10_000;
public static final int SO_TIMEOUT = 10_000;
public static final int CONNECTION_REQUEST_TIMEOUT = 10_000;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy