Package | Description |
---|---|
com.mmbnetworks.gatewayapi |
Modifier and Type | Method and Description |
---|---|
GatewayClient |
GatewayClientBuilder.build()
Constructs a new GatewayClient object upon invocation
|
Constructor and Description |
---|
GatewayClient(Collection<ConnectionInfo> connectionInfoList,
DeviceEventHandler handler)
Creates a GatewayClient that represents an aggregate of many network interfaces, each
represented by its own ConnectionInfo object.
|
GatewayClient(Collection<ConnectionInfo> connectionInfoList,
DeviceEventHandler handler,
String configFilePath)
Creates a GatewayClient that represents an aggregate of many network interfaces, each
represented by its own ConnectionInfo object.
|
GatewayClient(ConnectionInfo connectionInfo)
Creates a GatewayClient that represents a single network interface.
|
GatewayClient(ConnectionInfo connectionInfo,
DeviceEventHandler handler)
Creates a GatewayClient that represents a single network interface.
|
GatewayClient(ConnectionInfo connectionInfo,
DeviceEventHandler handler,
String configFilePath)
Creates a GatewayClient that represents a single network interface.
|
Copyright © 2021. All rights reserved.