
public interface Configuration extends OperationChainManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
Configuration.ConnectionMode
Definition of the Connection mode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCacheBeforeConnect()
Get the configuration that states that the gateway should cache messages
before actual connection.
|
SocketCipher |
getCipher()
Get the encryption cipher to be used for the communication link.
|
String |
getConnectionHost()
Get the Host the Session should connect to.
|
Configuration.ConnectionMode |
getConnectionMode()
Get the Connection mode intended for the
Session represented by
this configuration. |
int |
getConnectionPort()
Get the port to connect to.
|
int |
getMaxExportAttempts()
Get the max Export Attempts.
|
long |
getMaxQueueSize()
Get the max message queue size.
|
int |
getServerThreads()
Get the configuration of threads for the server.
|
long |
getTimeout()
Get the configured maximum time for timeouts.
|
getExportOperationChain, getImportOperationChain, getIncomingMessageOperationChain, getOutgoingMessageOperationChainConfiguration.ConnectionMode getConnectionMode()
Session represented by
this configuration.String getConnectionHost()
clients this is the hostname of the
server. servers this is the interface they have
to listen to (default should be 0.0.0.0, i.e: all).int getConnectionPort()
clients this is the port which the
server is set up at. servers this is the port which they
have to listen to.SocketCipher getCipher()
SocketCipher implementation configured for this link.long getTimeout()
boolean getCacheBeforeConnect()
long getMaxQueueSize()
int getMaxExportAttempts()
int getServerThreads()
Copyright © 2018 universAAL Consortium. All rights reserved.