Package org.hcjf.properties
Class SystemProperties.Net.Messages
- java.lang.Object
-
- org.hcjf.properties.SystemProperties.Net.Messages
-
- Enclosing class:
- SystemProperties.Net
public static final class SystemProperties.Net.Messages extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLOG_TAGstatic java.lang.StringSERVER_DECOUPLED_IO_ACTIONstatic java.lang.StringSERVER_IO_QUEUE_SIZEstatic java.lang.StringSERVER_IO_WORKERS
-
Constructor Summary
Constructors Constructor Description Messages()
-
-
-
Field Detail
-
LOG_TAG
public static final java.lang.String LOG_TAG
- See Also:
- Constant Field Values
-
SERVER_DECOUPLED_IO_ACTION
public static final java.lang.String SERVER_DECOUPLED_IO_ACTION
- See Also:
- Constant Field Values
-
SERVER_IO_QUEUE_SIZE
public static final java.lang.String SERVER_IO_QUEUE_SIZE
- See Also:
- Constant Field Values
-
SERVER_IO_WORKERS
public static final java.lang.String SERVER_IO_WORKERS
- See Also:
- Constant Field Values
-
-