Package com.artisol.teneo.studio.client
Class Constants
- java.lang.Object
-
- com.artisol.teneo.studio.client.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
RECONNECT_DELAY
static long
SOCKET_CONNECT_TIMEOUT
static String
WS_PATH
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getHttpScheme(boolean isSecureConnection)
static String
getWsScheme(boolean isSecureConnection)
-
-
-
Field Detail
-
WS_PATH
public static final String WS_PATH
- See Also:
- Constant Field Values
-
SOCKET_CONNECT_TIMEOUT
public static final long SOCKET_CONNECT_TIMEOUT
- See Also:
- Constant Field Values
-
RECONNECT_DELAY
public static final long RECONNECT_DELAY
- See Also:
- Constant Field Values
-
-