| 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 |
Contains various utility classes.
|
| net.maritimecloud.util.geometry |
Contains geometry based utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
static ValueSerializer<Timestamp> |
ValueSerializer.TIMESTAMP
A value serializer that can serialize instances of
Timestamp. |
| Modifier and Type | Method and Description |
|---|---|
default Timestamp |
ValueReader.readTimestamp() |
Timestamp |
MessageReader.readTimestamp(int tag,
String name) |
Timestamp |
MessageReader.readTimestamp(int tag,
String name,
Timestamp defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
MessageReader.readTimestamp(int tag,
String name,
Timestamp defaultValue) |
void |
MessageWriter.writeTimestamp(int tag,
String name,
Timestamp value) |
default void |
ValueWriter.writeTimestamp(Timestamp value) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
MessageHeader.getSenderTime()
Returns the timestamp of the message.
|
Timestamp |
DispatchedMessage.getTime()
Returns the time stamp that was attached to the message being sent.
|
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
Timestamp.create(long value) |
static Timestamp |
Timestamp.now()
Returns a new timestamp with the current time.
|
Timestamp |
Timestamp.plus(long value,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
PositionTime.timestamp() |
Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.