Index

A B C D E F G H I K M P R S T U V X Y 
All Classes|All Packages

A

app.keyconnect.server - package app.keyconnect.server
 
app.keyconnect.server.controllers - package app.keyconnect.server.controllers
 
app.keyconnect.server.controllers.exceptions - package app.keyconnect.server.controllers.exceptions
 
app.keyconnect.server.factories - package app.keyconnect.server.factories
 
app.keyconnect.server.factories.configuration - package app.keyconnect.server.factories.configuration
 
app.keyconnect.server.gateways - package app.keyconnect.server.gateways
 
app.keyconnect.server.gateways.exceptions - package app.keyconnect.server.gateways.exceptions
 
app.keyconnect.server.gateways.models - package app.keyconnect.server.gateways.models
 
app.keyconnect.server.repository - package app.keyconnect.server.repository
 
app.keyconnect.server.repository.entities - package app.keyconnect.server.repository.entities
 
app.keyconnect.server.utils - package app.keyconnect.server.utils
 
app.keyconnect.server.utils.models - package app.keyconnect.server.utils.models
 
AutoBlockchainGatewayFactory - Class in app.keyconnect.server.factories
 
AutoBlockchainGatewayFactory(YamlConfiguration, ApplicationContext) - Constructor for class app.keyconnect.server.factories.AutoBlockchainGatewayFactory
 

B

BadRequestException - Exception in app.keyconnect.server.controllers.exceptions
 
BadRequestException(Throwable) - Constructor for exception app.keyconnect.server.controllers.exceptions.BadRequestException
 
BlockchainAccountController - Class in app.keyconnect.server.controllers
 
BlockchainAccountController(BlockchainGatewayFactory) - Constructor for class app.keyconnect.server.controllers.BlockchainAccountController
 
BlockchainGateway - Interface in app.keyconnect.server.gateways
 
BlockchainGatewayConfiguration - Class in app.keyconnect.server.factories.configuration
 
BlockchainGatewayConfiguration() - Constructor for class app.keyconnect.server.factories.configuration.BlockchainGatewayConfiguration
 
BlockchainGatewayFactory - Interface in app.keyconnect.server.factories
 
BlockchainGatewayFactoryConfiguration - Class in app.keyconnect.server.factories
 
BlockchainGatewayFactoryConfiguration() - Constructor for class app.keyconnect.server.factories.BlockchainGatewayFactoryConfiguration
 
BlockchainGeneratorController - Class in app.keyconnect.server.controllers
 
BlockchainGeneratorController(BlockchainGatewayFactory) - Constructor for class app.keyconnect.server.controllers.BlockchainGeneratorController
 
BlockchainNetworkConfiguration - Class in app.keyconnect.server.factories.configuration
 
BlockchainNetworkConfiguration() - Constructor for class app.keyconnect.server.factories.configuration.BlockchainNetworkConfiguration
 
BlockchainsConfiguration - Class in app.keyconnect.server.factories.configuration
 
BlockchainsConfiguration() - Constructor for class app.keyconnect.server.factories.configuration.BlockchainsConfiguration
 
BlockchainStatusController - Class in app.keyconnect.server.controllers
 
BlockchainStatusController(BlockchainGatewayFactory) - Constructor for class app.keyconnect.server.controllers.BlockchainStatusController
 
BlockchainTransactionController - Class in app.keyconnect.server.controllers
 
BlockchainTransactionController(BlockchainGatewayFactory) - Constructor for class app.keyconnect.server.controllers.BlockchainTransactionController
 

C

CHAIN_ID - Static variable in class app.keyconnect.server.gateways.EthereumGateway
 
CHAIN_ID - Static variable in class app.keyconnect.server.gateways.XrpGateway
 

D

DROPS_PER_XRP - Static variable in class app.keyconnect.server.gateways.XrpGateway
 

E

EthereumGateway - Class in app.keyconnect.server.gateways
 
EthereumGateway(YamlConfiguration, EtherscanUtil) - Constructor for class app.keyconnect.server.gateways.EthereumGateway
 
EthereumGatewayConfiguration - Class in app.keyconnect.server.gateways
 
EthereumGatewayConfiguration() - Constructor for class app.keyconnect.server.gateways.EthereumGatewayConfiguration
 
ETHERSCAN_TXN_BASE_URI - Static variable in class app.keyconnect.server.utils.EtherscanUtil
 
EtherscanAccountTransaction - Class in app.keyconnect.server.utils.models
 
EtherscanAccountTransaction() - Constructor for class app.keyconnect.server.utils.models.EtherscanAccountTransaction
 
EtherscanResponse - Class in app.keyconnect.server.utils.models
 
EtherscanResponse() - Constructor for class app.keyconnect.server.utils.models.EtherscanResponse
 
etherscanUtil(Environment) - Method in class app.keyconnect.server.gateways.EthereumGatewayConfiguration
 
EtherscanUtil - Class in app.keyconnect.server.utils
 
EtherscanUtil(RestTemplate, String) - Constructor for class app.keyconnect.server.utils.EtherscanUtil
 
EthTransactionsCursorMustBePageNumberException - Exception in app.keyconnect.server.gateways.exceptions
 
EthTransactionsCursorMustBePageNumberException() - Constructor for exception app.keyconnect.server.gateways.exceptions.EthTransactionsCursorMustBePageNumberException
 

F

FailedToSubmitEthTransactionException - Exception in app.keyconnect.server.gateways.exceptions
 
FailedToSubmitEthTransactionException() - Constructor for exception app.keyconnect.server.gateways.exceptions.FailedToSubmitEthTransactionException
 

G

gatewayFactory(YamlConfiguration, ApplicationContext) - Method in class app.keyconnect.server.factories.BlockchainGatewayFactoryConfiguration
 
generatePayment(String, String, int, String, String, String) - Method in class app.keyconnect.server.controllers.BlockchainGeneratorController
 
getAccount(String, String) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getAccount(String, String) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getAccount(String, String) - Method in class app.keyconnect.server.gateways.XrpGateway
 
getBlockchainAccountInfo(String, String, String) - Method in class app.keyconnect.server.controllers.BlockchainAccountController
 
getBlockchainFee(String, String) - Method in class app.keyconnect.server.controllers.BlockchainStatusController
 
getBlockchains() - Method in class app.keyconnect.server.factories.AutoBlockchainGatewayFactory
 
getBlockchains() - Method in interface app.keyconnect.server.factories.BlockchainGatewayFactory
 
getBlockchainsStatus() - Method in class app.keyconnect.server.controllers.BlockchainStatusController
 
getBlockchainStatus(String, String) - Method in class app.keyconnect.server.controllers.BlockchainStatusController
 
getChainId() - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getChainId() - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getChainId() - Method in class app.keyconnect.server.gateways.XrpGateway
 
getFee(String) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getFee(String) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getFee(String) - Method in class app.keyconnect.server.gateways.XrpGateway
 
getGateway(String) - Method in class app.keyconnect.server.factories.AutoBlockchainGatewayFactory
 
getGateway(String) - Method in interface app.keyconnect.server.factories.BlockchainGatewayFactory
 
getMessage() - Method in exception app.keyconnect.server.controllers.exceptions.BadRequestException
 
getNetworks() - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getNetworks() - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getNetworks() - Method in class app.keyconnect.server.gateways.XrpGateway
 
getNetworkServerStatus(String) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getNetworkServerStatus(String) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getNetworkServerStatus(String) - Method in class app.keyconnect.server.gateways.XrpGateway
 
getPayments(String, String, int, String) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getPayments(String, String, int, String) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getPayments(String, String, int, String) - Method in class app.keyconnect.server.gateways.XrpGateway
 
getPayments(String, String, String, int, String) - Method in class app.keyconnect.server.controllers.BlockchainAccountController
 
getServerStatus() - Method in class app.keyconnect.server.controllers.ServerStatusController
 
getTestObject(String) - Method in class app.keyconnect.server.controllers.TestController
 
getTestObjectId() - Method in class app.keyconnect.server.repository.entities.TestObject
 
getTransaction(String, String) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getTransaction(String, String) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getTransaction(String, String) - Method in class app.keyconnect.server.gateways.XrpGateway
 
getTransaction(String, String, String) - Method in class app.keyconnect.server.controllers.BlockchainTransactionController
 
getTransactions(String, String, int, String) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
getTransactions(String, String, int, String) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
getTransactions(String, String, int, String) - Method in class app.keyconnect.server.gateways.XrpGateway
 
getTransactions(String, String, String, int, String) - Method in class app.keyconnect.server.controllers.BlockchainAccountController
 
getTransactionsForAccount(String, String, String, String, String) - Method in class app.keyconnect.server.utils.EtherscanUtil
 
getValue() - Method in class app.keyconnect.server.repository.entities.TestObject
 

H

healthy - app.keyconnect.server.gateways.models.ServerStatus
 

I

InvalidCursorException - Exception in app.keyconnect.server.controllers.exceptions
 
InvalidCursorException() - Constructor for exception app.keyconnect.server.controllers.exceptions.InvalidCursorException
 

K

KeyConnectApplication - Class in app.keyconnect.server
 
KeyConnectApplication() - Constructor for class app.keyconnect.server.KeyConnectApplication
 

M

main(String[]) - Static method in class app.keyconnect.server.KeyConnectApplication
 

P

putTestObject(String) - Method in class app.keyconnect.server.controllers.TestController
 

R

ROUNDING_MODE - Static variable in class app.keyconnect.server.gateways.EthereumGateway
 

S

SCALE - Static variable in class app.keyconnect.server.gateways.EthereumGateway
 
ServerStatus - Enum in app.keyconnect.server.gateways.models
 
ServerStatusController - Class in app.keyconnect.server.controllers
 
ServerStatusController() - Constructor for class app.keyconnect.server.controllers.ServerStatusController
 
setTestObjectId(String) - Method in class app.keyconnect.server.repository.entities.TestObject
 
setValue(String) - Method in class app.keyconnect.server.repository.entities.TestObject
 
submitTransaction(String, SubmitTransactionRequest) - Method in interface app.keyconnect.server.gateways.BlockchainGateway
 
submitTransaction(String, SubmitTransactionRequest) - Method in class app.keyconnect.server.gateways.EthereumGateway
 
submitTransaction(String, SubmitTransactionRequest) - Method in class app.keyconnect.server.gateways.XrpGateway
 
submitTransaction(String, String, SubmitTransactionRequest) - Method in class app.keyconnect.server.controllers.BlockchainTransactionController
 

T

TestController - Class in app.keyconnect.server.controllers
 
TestController(TestRepo) - Constructor for class app.keyconnect.server.controllers.TestController
 
TestObject - Class in app.keyconnect.server.repository.entities
 
TestObject() - Constructor for class app.keyconnect.server.repository.entities.TestObject
 
TestObject(String) - Constructor for class app.keyconnect.server.repository.entities.TestObject
 
TestRepo - Interface in app.keyconnect.server.repository
 

U

unhealthy - app.keyconnect.server.gateways.models.ServerStatus
 
UnknownNetworkException - Exception in app.keyconnect.server.gateways.exceptions
 
UnknownNetworkException(String, String) - Constructor for exception app.keyconnect.server.gateways.exceptions.UnknownNetworkException
 
UnsupportedNetworkForEthTransactionsException - Exception in app.keyconnect.server.gateways.exceptions
 
UnsupportedNetworkForEthTransactionsException() - Constructor for exception app.keyconnect.server.gateways.exceptions.UnsupportedNetworkForEthTransactionsException
 

V

valueOf(String) - Static method in enum app.keyconnect.server.gateways.models.ServerStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum app.keyconnect.server.gateways.models.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.

X

xrpGateway(YamlConfiguration, EtherscanUtil) - Method in class app.keyconnect.server.gateways.EthereumGatewayConfiguration
 
xrpGateway(YamlConfiguration, MappingJackson2HttpMessageConverter) - Method in class app.keyconnect.server.gateways.XrpGatewayConfiguration
 
XrpGateway - Class in app.keyconnect.server.gateways
 
XrpGateway(YamlConfiguration, Supplier<RestTemplate>) - Constructor for class app.keyconnect.server.gateways.XrpGateway
 
XrpGatewayConfiguration - Class in app.keyconnect.server.gateways
 
XrpGatewayConfiguration() - Constructor for class app.keyconnect.server.gateways.XrpGatewayConfiguration
 

Y

YamlConfiguration - Class in app.keyconnect.server.factories.configuration
 
YamlConfiguration() - Constructor for class app.keyconnect.server.factories.configuration.YamlConfiguration
 
A B C D E F G H I K M P R S T U V X Y 
All Classes|All Packages