Uses of Enum Class
org.atmosphere.jersey.AtmosphereFilter.Action
Packages that use AtmosphereFilter.Action
-
Uses of AtmosphereFilter.Action in org.atmosphere.jersey
Methods in org.atmosphere.jersey that return AtmosphereFilter.ActionModifier and TypeMethodDescriptionstatic AtmosphereFilter.ActionReturns the enum constant of this class with the specified name.static AtmosphereFilter.Action[]AtmosphereFilter.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.atmosphere.jersey with parameters of type AtmosphereFilter.ActionModifierConstructorDescriptionprotectedFilter(AtmosphereFilter.Action action) protectedFilter(AtmosphereFilter.Action action, long timeout) protectedFilter(AtmosphereFilter.Action action, long timeout, int waitFor) Filter(AtmosphereFilter.Action action, long timeout, int waitFor, org.atmosphere.annotation.Suspend.SCOPE scope) protectedFilter(AtmosphereFilter.Action action, long timeout, int waitFor, org.atmosphere.annotation.Suspend.SCOPE scope, Class<org.atmosphere.cpr.BroadcastFilter>[] filters, String topic, boolean writeEntity) protectedFilter(AtmosphereFilter.Action action, long timeout, int waitFor, org.atmosphere.annotation.Suspend.SCOPE scope, Class<org.atmosphere.cpr.BroadcastFilter>[] filters, String topic, boolean writeEntity, String contentType)