Uses of Enum Class
com.corundumstudio.socketio.scheduler.SchedulerKey.Type
Packages that use SchedulerKey.Type
-
Uses of SchedulerKey.Type in com.corundumstudio.socketio.ack
Constructors in com.corundumstudio.socketio.ack with parameters of type SchedulerKey.TypeModifierConstructorDescriptionAckSchedulerKey(SchedulerKey.Type type, UUID sessionId, long index) -
Uses of SchedulerKey.Type in com.corundumstudio.socketio.scheduler
Methods in com.corundumstudio.socketio.scheduler that return SchedulerKey.TypeModifier and TypeMethodDescriptionstatic SchedulerKey.TypeReturns the enum constant of this class with the specified name.static SchedulerKey.Type[]SchedulerKey.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.corundumstudio.socketio.scheduler with parameters of type SchedulerKey.Type