Uses of Enum
monero.common.MoneroConnectionManager.PollType
-
Uses of MoneroConnectionManager.PollType in monero.common
Modifier 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.Modifier and TypeMethodDescriptionMoneroConnectionManager.startPolling
(Long periodMs, Boolean autoSwitch, Long timeoutMs, MoneroConnectionManager.PollType pollType, Collection<MoneroRpcConnection> excludedConnections) Start polling connections.