Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

N

nativeSQL(String) - Method in class nxt.db.FilteredConnection
 
NEGATION_OPERATOR - Static variable in class nxt.util.BooleanExpression
 
NetworkHandler - Class in nxt.peer
The network handler creates outbound connections and adds them to the network selector.
NetworkMessage - Class in nxt.peer
NetworkMessage represents the messages exchanged between peers.
NetworkMessage.AddPeersMessage - Class in nxt.peer
The AddPeers message is sent to a peer to update its peer list and it is also returned as an asynchronous response to the GetPeers message Peer list
NetworkMessage.BlockchainStateMessage - Class in nxt.peer
The BlockchainState message is sent when blockchain state changes.
NetworkMessage.BlockIdsMessage - Class in nxt.peer
The BlockIds message is returned in response to the GetNextBlockIds message.
NetworkMessage.BlockInventoryMessage - Class in nxt.peer
The BlockInventory message is sent when a peer has received a new block.
NetworkMessage.BlocksMessage - Class in nxt.peer
The Blocks message is returned in response to the GetBlock and GetNextBlocks message.
NetworkMessage.BundlerRateMessage - Class in nxt.peer
The BundlerRate message is periodically broadcast when the peer has one or more active bundlers.
NetworkMessage.CumulativeDifficultyMessage - Class in nxt.peer
The CumulativeDifficulty message is returned in response to the GetCumulativeDifficulty message.
NetworkMessage.ErrorMessage - Class in nxt.peer
The Error message is returned when a error is detected while processing a request.
NetworkMessage.GetBlockMessage - Class in nxt.peer
The GetBlock message is sent when a peer is notified that a new block is available.
NetworkMessage.GetCumulativeDifficultyMessage - Class in nxt.peer
The GetCumulativeDifficulty message is sent to a peer to get the current blockchain status.
NetworkMessage.GetInfoMessage - Class in nxt.peer
The GetInfo message is exchanged when a peer connection is established.
NetworkMessage.GetMilestoneBlockIdsMessage - Class in nxt.peer
The GetMilestoneBlockIds message is sent when a peer is downloading the blockchain.
NetworkMessage.GetNextBlockIdsMessage - Class in nxt.peer
The GetNextBlockIds message is sent when a peer is downloading the blockchain.
NetworkMessage.GetNextBlocksMessage - Class in nxt.peer
The GetNextBlocks message is sent when a peer is downloading the blockchain.
NetworkMessage.GetPeersMessage - Class in nxt.peer
The GetPeers message is sent to a peer to request a list of connected peers.
NetworkMessage.GetTransactionsMessage - Class in nxt.peer
The GetTransactions message is sent to retrieve one or more transactions.
NetworkMessage.GetUnconfirmedTransactionsMessage - Class in nxt.peer
The GetUnconfirmedTransactions message is sent to retrieve the current set of unconfirmed transactions.
NetworkMessage.MilestoneBlockIdsMessage - Class in nxt.peer
The MilestoneBlockIds message is returned in response to the GetMilestoneBlockIds message.
NetworkMessage.TransactionsInventoryMessage - Class in nxt.peer
The TransactionsInventory message is sent when a peer has received new transactions.
NetworkMessage.TransactionsMessage - Class in nxt.peer
The Transactions message is returned in response to the GetTransactions and GetUnconfirmedTransactions messages.
NEW_ACCOUNT_FEE - Static variable in interface nxt.blockchain.Fee
 
newClientRequestContentTransformer(HttpServletRequest, Request) - Method in class nxt.http.APIProxyServlet
 
newEntity(DbKey) - Method in class nxt.db.DbKey.Factory
 
newEntity(DbKey) - Method in class nxt.db.EntityDbTable
 
newEventId(long, byte[], Chain) - Static method in class nxt.account.AccountLedger
 
newEventId(Transaction) - Static method in class nxt.account.AccountLedger
 
newEventId(Block) - Static method in class nxt.account.AccountLedger
 
newHttpClient() - Method in class nxt.http.APIProxyServlet
 
newKey(T) - Method in class nxt.db.DbKey.Factory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.Factory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.HashHashKeyFactory
 
newKey(byte[], byte[]) - Method in class nxt.db.DbKey.HashHashKeyFactory
 
newKey(byte[], long, byte[], long) - Method in class nxt.db.DbKey.HashHashKeyFactory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.HashKeyFactory
 
newKey(byte[]) - Method in class nxt.db.DbKey.HashKeyFactory
 
newKey(byte[], long) - Method in class nxt.db.DbKey.HashKeyFactory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.HashLongKeyFactory
 
newKey(byte[], long) - Method in class nxt.db.DbKey.HashLongKeyFactory
 
newKey(byte[], long, long) - Method in class nxt.db.DbKey.HashLongKeyFactory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.LongKeyFactory
 
newKey(long) - Method in class nxt.db.DbKey.LongKeyFactory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.LongLongKeyFactory
 
newKey(long, long) - Method in class nxt.db.DbKey.LongLongKeyFactory
 
newKey(ResultSet) - Method in class nxt.db.DbKey.StringKeyFactory
 
newKey(String) - Method in class nxt.db.DbKey.StringKeyFactory
 
newProxyResponseListener(HttpServletRequest, HttpServletResponse) - Method in class nxt.http.APIProxyServlet
 
newTransactionBuilder(byte[], long, long, short, Attachment) - Method in class nxt.blockchain.Chain
 
newTransactionBuilder(byte[], long, long, short, Attachment) - Method in class nxt.blockchain.ChildChain
 
newTransactionBuilder(byte[], long, long, short, Attachment) - Method in class nxt.blockchain.FxtChain
 
newTransactionBuilder(byte[]) - Static method in class nxt.blockchain.TransactionImpl
 
newTransactionBuilder(byte[], JSONObject) - Static method in class nxt.blockchain.TransactionImpl
 
newTransactionBuilder(JSONObject) - Static method in class nxt.blockchain.TransactionImpl
 
newTransactionBuilder(byte[]) - Static method in class nxt.Nxt
 
newTransactionBuilder(JSONObject) - Static method in class nxt.Nxt
 
newTransactionBuilder(byte[], JSONObject) - Static method in class nxt.Nxt
 
next() - Method in class nxt.db.DbIterator
 
next() - Method in class nxt.db.FilteringIterator
 
NO_COST_ORDER - Static variable in class nxt.http.JSONResponses
 
NO_MESSAGE - Static variable in class nxt.http.JSONResponses
 
NO_PASSWORD_IN_CONFIG - Static variable in class nxt.http.JSONResponses
 
NO_TRADES_FOUND - Static variable in class nxt.http.JSONResponses
 
NO_VOTE_VALUE - Static variable in class nxt.Constants
 
NONE - Static variable in interface nxt.blockchain.Fee
 
not(BooleanExpression.Value) - Static method in enum nxt.util.BooleanExpression.Value
 
NOT_ENOUGH_ASSETS - Static variable in class nxt.http.JSONResponses
 
NOT_ENOUGH_CURRENCY - Static variable in class nxt.http.JSONResponses
 
NOT_ENOUGH_FUNDS - Static variable in class nxt.http.JSONResponses
 
NOT_FORGING - Static variable in class nxt.http.JSONResponses
 
NOT_FORWARDED_REQUESTS - Static variable in class nxt.http.APIProxy
 
NotCurrentlyValidException(String) - Constructor for exception nxt.NxtException.NotCurrentlyValidException
 
NotCurrentlyValidException(String, Throwable) - Constructor for exception nxt.NxtException.NotCurrentlyValidException
 
notify(T) - Method in interface nxt.util.Listener
 
notify(T, Enum<E>) - Method in class nxt.util.Listeners
 
notifyListeners(List<? extends Transaction>, TransactionProcessor.Event) - Method in class nxt.blockchain.TransactionProcessorImpl
 
NotNullClause(String) - Constructor for class nxt.db.DbClause.NotNullClause
 
NotValidException(String) - Constructor for exception nxt.NxtException.NotValidException
 
NotValidException(String, Throwable) - Constructor for exception nxt.NxtException.NotValidException
 
NotYetEnabledException(String) - Constructor for exception nxt.NxtException.NotYetEnabledException
 
NotYetEnabledException(String, Throwable) - Constructor for exception nxt.NxtException.NotYetEnabledException
 
NotYetEncryptedException(String) - Constructor for exception nxt.NxtException.NotYetEncryptedException
 
NotYetEncryptedException(String, Throwable) - Constructor for exception nxt.NxtException.NotYetEncryptedException
 
NullClause(String) - Constructor for class nxt.db.DbClause.NullClause
 
NullRoleMapper() - Constructor for class nxt.authentication.RoleMapperFactory.NullRoleMapper
 
nullToEmpty(String) - Static method in class nxt.util.Convert
 
nullToEmpty(byte[][]) - Static method in class nxt.util.Convert
 
nullToEmpty(long[]) - Static method in class nxt.util.Convert
 
nullToZero(Long) - Static method in class nxt.util.Convert
 
nxt - package nxt
 
Nxt - Class in nxt
 
nxt.account - package nxt.account
 
nxt.addons - package nxt.addons
 
nxt.ae - package nxt.ae
 
nxt.aliases - package nxt.aliases
 
nxt.authentication - package nxt.authentication
 
nxt.blockchain - package nxt.blockchain
 
nxt.ce - package nxt.ce
 
nxt.crypto - package nxt.crypto
 
nxt.db - package nxt.db
 
nxt.dbschema - package nxt.dbschema
 
nxt.dgs - package nxt.dgs
 
nxt.env - package nxt.env
 
nxt.env.service - package nxt.env.service
 
nxt.http - package nxt.http
 
nxt.messaging - package nxt.messaging
 
nxt.ms - package nxt.ms
 
nxt.ms.mint - package nxt.ms.mint
 
nxt.peer - package nxt.peer
 
nxt.shuffling - package nxt.shuffling
 
nxt.taggeddata - package nxt.taggeddata
 
nxt.tools - package nxt.tools
 
nxt.util - package nxt.util
 
nxt.voting - package nxt.voting
 
NXT_DEFAULT_PROPERTIES - Static variable in class nxt.Nxt
 
NXT_INSTALLER_PROPERTIES - Static variable in class nxt.Nxt
 
NXT_PROPERTIES - Static variable in class nxt.Nxt
 
NxtException - Exception in nxt
 
NxtException() - Constructor for exception nxt.NxtException
 
NxtException(String) - Constructor for exception nxt.NxtException
 
NxtException(String, Throwable) - Constructor for exception nxt.NxtException
 
NxtException(Throwable) - Constructor for exception nxt.NxtException
 
NxtException.AccountControlException - Exception in nxt
 
NxtException.ExistingTransactionException - Exception in nxt
 
NxtException.InsufficientBalanceException - Exception in nxt
 
NxtException.NotCurrentlyValidException - Exception in nxt
 
NxtException.NotValidException - Exception in nxt
 
NxtException.NotYetEnabledException - Exception in nxt
 
NxtException.NotYetEncryptedException - Exception in nxt
 
NxtException.NxtIOException - Exception in nxt
 
NxtException.StopException - Exception in nxt
 
NxtException.ValidationException - Exception in nxt
 
NxtIOException(String) - Constructor for exception nxt.NxtException.NxtIOException
 
NxtIOException(String, Throwable) - Constructor for exception nxt.NxtException.NxtIOException
 
NxtLogManager - Class in nxt.util
Java LogManager extension for use with Nxt
NxtLogManager() - Constructor for class nxt.util.NxtLogManager
Create the Nxt log manager We will let the Java LogManager create its shutdown hook so that the shutdown context will be set up properly.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links