Uses of Interface
org.atmosphere.cpr.BroadcastFilter
-
Packages that use BroadcastFilter Package Description org.atmosphere.annotation org.atmosphere.client org.atmosphere.config.service org.atmosphere.cpr org.atmosphere.util -
-
Uses of BroadcastFilter in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type BroadcastFilter Modifier and Type Method Description voidBroadcastFilterServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<BroadcastFilter> annotatedClass) -
Uses of BroadcastFilter in org.atmosphere.client
Classes in org.atmosphere.client that implement BroadcastFilter Modifier and Type Class Description classTrackMessageSizeFilterAPerRequestBroadcastFilterimplementation that add the expected length of the message. -
Uses of BroadcastFilter in org.atmosphere.config.service
Methods in org.atmosphere.config.service that return types with arguments of type BroadcastFilter Modifier and Type Method Description java.lang.Class<? extends BroadcastFilter>[]broadcastFilters()A list ofBroadcastFilterjava.lang.Class<? extends BroadcastFilter>[]broadcastFilters()A list ofBroadcastFilterjava.lang.Class<? extends BroadcastFilter>[]broadcastFilters()A list ofBroadcastFilterjava.lang.Class<? extends BroadcastFilter>[]broadcastFilters()A list ofBroadcastFilterjava.lang.Class<? extends BroadcastFilter>[]broadcastFilters()A list ofBroadcastFilter -
Uses of BroadcastFilter in org.atmosphere.cpr
Subinterfaces of BroadcastFilter in org.atmosphere.cpr Modifier and Type Interface Description interfaceBroadcastFilterLifecycleAdd lifecycle method to theBroadcastFilterinterface.interfaceClusterBroadcastFilterSpecializeBroadcastFilterused when clustering is enabled.interfacePerRequestBroadcastFilterAn extendedBroadcastFilterthat can be used to filter based onAtmosphereResource.Classes in org.atmosphere.cpr that implement BroadcastFilter Modifier and Type Class Description classBroadcastFilterAdapterAdapter forPerRequestBroadcastFilter.Fields in org.atmosphere.cpr with type parameters of type BroadcastFilter Modifier and Type Field Description protected java.util.concurrent.ConcurrentLinkedQueue<BroadcastFilter>BroadcasterConfig. filtersMethods in org.atmosphere.cpr that return types with arguments of type BroadcastFilter Modifier and Type Method Description java.util.Collection<BroadcastFilter>BroadcasterConfig. filters()Return the current list of installedBroadcastFilters.Methods in org.atmosphere.cpr with parameters of type BroadcastFilter Modifier and Type Method Description booleanBroadcasterConfig. addFilter(BroadcastFilter e)Add aBroadcastFilter.protected booleanBroadcasterConfig. addFilter(BroadcastFilter e, boolean init)Add aBroadcastFilter.AtmosphereFrameworkAtmosphereFramework. broadcasterFilters(BroadcastFilter f)Add aBroadcastFilter.booleanBroadcasterConfig. removeFilter(BroadcastFilter filter)Remove aBroadcastFilter.Method parameters in org.atmosphere.cpr with type arguments of type BroadcastFilter Modifier and Type Method Description static MeteorMeteor. build(javax.servlet.http.HttpServletRequest req, java.util.List<BroadcastFilter> l, Serializer s)Create aMeteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse.static MeteorMeteor. build(javax.servlet.http.HttpServletRequest req, Broadcaster.SCOPE scope, java.util.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 BroadcastFilter Modifier and Type Class Description classStringFilterAggregatorSimple Aggregator that aggregate broadcasted String until it reach the limit.classXSSHtmlFilterSimpleBroadcastFilterwhich automatically filter HTML/HTTP character into proper value, like \n replace by <br>.
-