Uses of Enum
monero.common.MoneroConnectionManager.PollType
Packages that use MoneroConnectionManager.PollType
-
Uses of MoneroConnectionManager.PollType in monero.common
Methods in monero.common that return MoneroConnectionManager.PollTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MoneroConnectionManager.PollType[]
MoneroConnectionManager.PollType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in monero.common with parameters of type MoneroConnectionManager.PollTypeModifier and TypeMethodDescriptionMoneroConnectionManager.startPolling
(Long periodMs, Boolean autoSwitch, Long timeoutMs, MoneroConnectionManager.PollType pollType, Collection<MoneroRpcConnection> excludedConnections) Start polling connections.