| Modifier and Type | Method and Description |
|---|---|
MsbClient.Builder |
MsbClient.Builder.disableAutoReconnect()
Disable auto reconnect builder.
|
MsbClient.Builder |
MsbClient.Builder.disableEventCache()
Disable event cache builder.
|
MsbClient.Builder |
MsbClient.Builder.disableFunctionCallsInvocation()
Disable function calls invocation of client.
|
MsbClient.Builder |
MsbClient.Builder.disableHostnameVerification()
Disable hostname checking when establishing a secure connection,
if self-signed certificates are used or an ip is used instead of a domain name.
|
MsbClient.Builder |
MsbClient.Builder.enabledDataFormatValidation()
Enabled data format validation builder.
|
MsbClient.Builder |
MsbClient.Builder.eventCacheSize(int eventCacheSize)
Event cache size builder.
|
MsbClient.Builder |
MsbClient.Builder.functionCallExecutorPoolSize(int functionCallExecutorPoolSize)
Function call executor pool size builder.
|
MsbClient.Builder |
MsbClient.Builder.reconnectInterval(int reconnectInterval)
Sets reconnect interval, it must be greater than 3000 milliseconds.
|
MsbClient.Builder |
MsbClient.Builder.trustStore(String trustStorePath,
String trustStorePwd)
Sets trust store for secure connection over wss/https.
|
MsbClient.Builder |
MsbClient.Builder.url(String url)
Set the url of MSB websocket interface
|
MsbClient.Builder |
MsbClient.Builder.websocketTextMessageSize(int websocketTextMessageSize)
Set websocket text message size.
|
Copyright © 2019 Fraunhofer IPA. All rights reserved.