| Package | Description |
|---|---|
| dk.dma.ais.bus.consumer | |
| dk.dma.ais.bus.provider | |
| dk.dma.ais.bus.tcp |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpWriterConsumer.clientStopped(TcpClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpClientProvider.clientStopped(TcpClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpReadClient
A reading TCP client
|
class |
TcpWriteClient
Writing TCP client.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<TcpClient> |
TcpServer.clients
The Clients.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract TcpClient |
TcpServer.newClient(Socket socket)
Inheriting classes must be able to provide a new client
|
| Modifier and Type | Method and Description |
|---|---|
Set<TcpClient> |
TcpServer.getClients()
Gets clients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpServer.clientStopped(TcpClient client)
Clients notify them self when they are done
|
void |
IClientStoppedListener.clientStopped(TcpClient client)
Client stopped.
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.