| Package | Description |
|---|---|
| dk.dma.ais.bus.consumer | |
| dk.dma.ais.bus.provider | |
| dk.dma.ais.bus.tcp |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpWriterConsumer
TCP client that connects to host/port and sends data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpClientProvider
Round robin TCP client provider
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpReadServer
TCP server for reading clients
|
class |
TcpServer
Base class for TCP servers.
|
class |
TcpWriteServer
TCP server for writing clients
|
| 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.
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.