| Package | Description |
|---|---|
| net.maritimecloud.message |
Provides classes for serializing and deserializing messages.
|
| net.maritimecloud.net |
Provides commonly used classes for communicating with remote actors on the maritime cloud.
|
| net.maritimecloud.util.geometry |
Contains geometry based utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
MessageSerializer.read(MessageReader reader)
Reads a message from the specified reader
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointImplementation.invoke(String name,
MessageHeader header,
MessageReader parameterReader,
ValueWriter resultWriter)
Invokes a method on the endpoint.
|
default void |
EndpointImplementation.invokeAsync(String name,
MessageHeader header,
MessageReader parameterReader,
ValueWriter resultWriter,
CompletableFuture<Void> f) |
| Modifier and Type | Method and Description |
|---|---|
static PositionTime |
PositionTime.readFrom(MessageReader r) |
Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.