- newFixedThreadPool(int, String) - Static method in class org.multibit.commons.concurrent.SafeExecutors
-
Creates a thread pool that reuses a fixed number of threads
operating off a shared unbounded queue.
- newScheduledThreadPool(int, String) - Static method in class org.multibit.commons.concurrent.SafeExecutors
-
Creates a thread pool that can schedule commands to run after a
given delay, or to execute periodically.
- newSeedTimestamp() - Static method in class org.multibit.commons.utils.Dates
-
A seed timestamp is the number of days elapsed since Bitcoin genesis block with a modulo 97 checksum appended.
- newSingleThreadExecutor(String) - Static method in class org.multibit.commons.concurrent.SafeExecutors
-
Creates an Executor that uses a single worker thread operating
off an unbounded queue.
- newSingleThreadScheduledExecutor(String) - Static method in class org.multibit.commons.concurrent.SafeExecutors
-
Creates a single-threaded executor that can schedule commands
to run after a given delay, or to execute periodically.
- nowInSeconds() - Static method in class org.multibit.commons.utils.Dates
-
Get the current date since epoch in seconds
- nowUtc() - Static method in class org.multibit.commons.utils.Dates
-
- NtpMessage - Class in org.multibit.commons.sntp
-
This class represents a NTP message, as specified in RFC 2030.
- NtpMessage(byte[]) - Constructor for class org.multibit.commons.sntp.NtpMessage
-
Constructs a new NtpMessage from an array of bytes.
- NtpMessage() - Constructor for class org.multibit.commons.sntp.NtpMessage
-
Constructs a new NtpMessage in client -> server mode, and sets the
transmit timestamp to the current time.
- NUMBER_OF_SECONDS_IN_A_DAY - Static variable in class org.multibit.commons.utils.Dates
-