| Package | Description |
|---|---|
| dk.dma.ais.bus.consumer | |
| dk.dma.ais.bus.provider | |
| dk.dma.ais.bus.tcp | |
| dk.dma.ais.configuration.bus.consumer | |
| dk.dma.ais.configuration.bus.provider |
| Modifier and Type | Method and Description |
|---|---|
TcpClientConf |
TcpWriterConsumer.getClientConf()
Gets client conf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpServerConsumer.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
void |
TcpWriterConsumer.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpServerProvider.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
void |
TcpClientProvider.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
| Modifier and Type | Field and Description |
|---|---|
protected TcpClientConf |
TcpServer.clientConf
The Client conf.
|
protected TcpClientConf |
TcpClient.conf
The Conf.
|
| Modifier and Type | Method and Description |
|---|---|
TcpClientConf |
TcpServer.getClientConf()
Gets client conf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpServer.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
| Constructor and Description |
|---|
TcpClient(IClientStoppedListener stopListener,
Socket socket,
TcpClientConf conf)
Instantiates a new Tcp client.
|
TcpReadClient(Consumer<AisPacket> packetConsumer,
IClientStoppedListener stopListener,
Socket socket,
TcpClientConf conf)
Instantiates a new Tcp read client.
|
TcpWriteClient(IClientStoppedListener stopListener,
Socket socket,
TcpClientConf conf)
Instantiates a new Tcp write client.
|
| Modifier and Type | Method and Description |
|---|---|
TcpClientConf |
TcpWriterConsumerConfiguration.getClientConf()
Gets client conf.
|
TcpClientConf |
TcpServerConsumerConfiguration.getClientConf()
Gets client conf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpWriterConsumerConfiguration.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
void |
TcpServerConsumerConfiguration.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
| Modifier and Type | Method and Description |
|---|---|
TcpClientConf |
TcpClientProviderConfiguration.getClientConf()
Gets client conf.
|
TcpClientConf |
TcpServerProviderConfiguration.getClientConf()
Gets client conf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpClientProviderConfiguration.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
void |
TcpServerProviderConfiguration.setClientConf(TcpClientConf clientConf)
Sets client conf.
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.