Package monero.common

Enum MoneroConnectionManager.PollType

java.lang.Object
java.lang.Enum<MoneroConnectionManager.PollType>
monero.common.MoneroConnectionManager.PollType
All Implemented Interfaces:
Serializable, Comparable<MoneroConnectionManager.PollType>, java.lang.constant.Constable
Enclosing class:
MoneroConnectionManager

public static enum MoneroConnectionManager.PollType extends Enum<MoneroConnectionManager.PollType>
Specify behavior when polling. One of PRIORITIZED (poll connections in order of priority until connected; default), CURRENT (poll current connection), or ALL (poll all connections).