public interface ManagerConfig extends Config
Modifier and Type | Method and Description |
---|---|
State |
getDefaultState() |
Dispatcher |
getDispatcher() |
int |
getInputBufferSize() |
byte[] |
getInputSecurityBytes() |
java.lang.String |
getName() |
int |
getOutputBufferSize() |
byte[] |
getOutputSecurityBytes() |
boolean |
isAsynchronous() |
boolean |
isCheckOutputBuffer() |
boolean |
isInputCompress() |
boolean |
isOutputCompress() |
java.lang.String getName()
int getInputBufferSize()
int getOutputBufferSize()
boolean isCheckOutputBuffer()
byte[] getOutputSecurityBytes()
byte[] getInputSecurityBytes()
boolean isOutputCompress()
boolean isInputCompress()
State getDefaultState()
Dispatcher getDispatcher()
boolean isAsynchronous()