public class Options
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MF_DEV_LOG_DEBUG_MESSAGES_JVM_ARG |
| Modifier and Type | Method and Description |
|---|---|
static Options |
create()
Creates the Options from the JVM args
|
static Options |
create(boolean stayConnectedAfterBufferFull,
int tcpSendBufferByteSize,
int tcpReceiveBufferByteSize,
boolean devLogDebugMessages) |
boolean |
isDevLogDebugMessages() |
boolean |
isStayConnectedAfterBufferFull() |
public static final java.lang.String MF_DEV_LOG_DEBUG_MESSAGES_JVM_ARG
public static Options create()
public static Options create(boolean stayConnectedAfterBufferFull, int tcpSendBufferByteSize, int tcpReceiveBufferByteSize, boolean devLogDebugMessages)
public boolean isStayConnectedAfterBufferFull()
public boolean isDevLogDebugMessages()