Class MLLPConstants.TCPConstants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.hl7.core.MLLPConstants.TCPConstants
-
- Enclosing class:
- MLLPConstants
public static class MLLPConstants.TCPConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECT_TIMEOUT
static String
IO_THREAD_COUNT
static String
SELECT_INTERVAL
static String
SHUTDOWN_GRACE_PERIOD
static String
SO_KEEP_ALIVE
static String
SO_RCVBUF
static String
SO_SNDBUF
static String
SO_TIMEOUT
static String
TCP_NO_DELAY
static String
WORKER_THREADS_CORE
static int
WORKER_THREADS_CORE_DEFAULT
-
Constructor Summary
Constructors Constructor Description TCPConstants()
-
-
-
Field Detail
-
IO_THREAD_COUNT
public static final String IO_THREAD_COUNT
- See Also:
- Constant Field Values
-
CONNECT_TIMEOUT
public static final String CONNECT_TIMEOUT
- See Also:
- Constant Field Values
-
TCP_NO_DELAY
public static final String TCP_NO_DELAY
- See Also:
- Constant Field Values
-
SO_KEEP_ALIVE
public static final String SO_KEEP_ALIVE
- See Also:
- Constant Field Values
-
SO_TIMEOUT
public static final String SO_TIMEOUT
- See Also:
- Constant Field Values
-
SELECT_INTERVAL
public static final String SELECT_INTERVAL
- See Also:
- Constant Field Values
-
SHUTDOWN_GRACE_PERIOD
public static final String SHUTDOWN_GRACE_PERIOD
- See Also:
- Constant Field Values
-
SO_RCVBUF
public static final String SO_RCVBUF
- See Also:
- Constant Field Values
-
SO_SNDBUF
public static final String SO_SNDBUF
- See Also:
- Constant Field Values
-
WORKER_THREADS_CORE
public static final String WORKER_THREADS_CORE
- See Also:
- Constant Field Values
-
WORKER_THREADS_CORE_DEFAULT
public static final int WORKER_THREADS_CORE_DEFAULT
- See Also:
- Constant Field Values
-
-