Uses of Enum Class
org.eblocker.server.common.openvpn.connection.MobileConnectionCheckStatus.State
Packages that use MobileConnectionCheckStatus.State
-
Uses of MobileConnectionCheckStatus.State in org.eblocker.server.common.openvpn.connection
Methods in org.eblocker.server.common.openvpn.connection that return MobileConnectionCheckStatus.StateModifier and TypeMethodDescriptionMobileConnectionCheckStatus.getState()Returns the enum constant of this class with the specified name.static MobileConnectionCheckStatus.State[]MobileConnectionCheckStatus.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.openvpn.connection with parameters of type MobileConnectionCheckStatus.StateModifierConstructorDescriptionMobileConnectionCheckStatus(MobileConnectionCheckStatus.State state, int tcpMessagesSent, int tcpMessagesReceived, int udpMessagesSent, int udpMessagesReceived)