Uses of Interface
org.atmosphere.cpr.BroadcastFilter
Packages that use BroadcastFilter
Package
Description
-
Uses of BroadcastFilter in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type BroadcastFilterModifier and TypeMethodDescriptionvoidBroadcastFilterServiceProcessor.handle(AtmosphereFramework framework, Class<BroadcastFilter> annotatedClass) -
Uses of BroadcastFilter in org.atmosphere.client
Classes in org.atmosphere.client that implement BroadcastFilterModifier and TypeClassDescriptionclassAPerRequestBroadcastFilterimplementation that add the expected length of the message. -
Uses of BroadcastFilter in org.atmosphere.cpr
Subinterfaces of BroadcastFilter in org.atmosphere.cprModifier and TypeInterfaceDescriptioninterfaceAdd lifecycle method to theBroadcastFilterinterface.interfaceSpecializeBroadcastFilterused when clustering is enabled.interfaceAn extendedBroadcastFilterthat can be used to filter based onAtmosphereResource.Classes in org.atmosphere.cpr that implement BroadcastFilterFields in org.atmosphere.cpr with type parameters of type BroadcastFilterModifier and TypeFieldDescriptionprotected final ConcurrentLinkedQueue<BroadcastFilter> BroadcasterConfig.filtersMethods in org.atmosphere.cpr that return types with arguments of type BroadcastFilterModifier and TypeMethodDescriptionBroadcasterConfig.filters()Return the current list of installedBroadcastFilters.Methods in org.atmosphere.cpr with parameters of type BroadcastFilterModifier and TypeMethodDescriptionbooleanBroadcasterConfig.addFilter(BroadcastFilter e) Add aBroadcastFilter.protected booleanBroadcasterConfig.addFilter(BroadcastFilter e, boolean init) Add aBroadcastFilter.AtmosphereFramework.broadcasterFilters(BroadcastFilter f) Add aBroadcastFilter.booleanBroadcasterConfig.removeFilter(BroadcastFilter filter) Remove aBroadcastFilter.Method parameters in org.atmosphere.cpr with type arguments of type BroadcastFilterModifier and TypeMethodDescriptionstatic MeteorMeteor.build(jakarta.servlet.http.HttpServletRequest req, List<BroadcastFilter> l, Serializer s) Create aMeteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse.static MeteorMeteor.build(jakarta.servlet.http.HttpServletRequest req, Broadcaster.SCOPE scope, List<BroadcastFilter> l, Serializer s) Create aMeteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse. -
Uses of BroadcastFilter in org.atmosphere.util
Classes in org.atmosphere.util that implement BroadcastFilterModifier and TypeClassDescriptionclassSimple Aggregator that aggregate broadcasted String until it reach the limit.classSimpleBroadcastFilterwhich automatically filter HTML/HTTP character into proper value, like \n replace by <br>.