| Interface | Description |
|---|---|
| NetTimeConfiguration |
Contains the configuration parameters of a connection to an internet
time server.
|
| SntpConfiguration |
Represents a configuration for a connection to a NTP-Server.
|
| Class | Description |
|---|---|
| AbstractClock |
Abstract base clock implementation which allows local views within
any timezone.
|
| AdjustableClock |
Allows miscellaneous adjustments to any clock.
|
| DaytimeClock |
Represents a connection to a DAYTIME-server following the old norm
RFC 867.
|
| FixedClock |
Represents a fixed clock which always display the same current time.
|
| HttpClock |
Represents a connection to a web server via the HTTP-protocol in
order to evaluate the DATE-header of the HTTP-response.
|
| NetTimeConnector<C extends NetTimeConfiguration> |
Represents an abstract connection object to an internet time server.
|
| SntpConnector |
Connects to a modern time server using the NTP-protocol.
|
| SntpMessage |
Message for the SNTP-protocol (RFC 4330).
|
Contains miscellaneous clock implementations.
This package belongs to module "misc" and is not part of the core of Time4J.
Copyright © 2014–2016. All rights reserved.