Uses of Interface
org.atmosphere.cpr.PerRequestBroadcastFilter

Packages that use PerRequestBroadcastFilter
org.atmosphere.client   
org.atmosphere.cpr   
 

Uses of PerRequestBroadcastFilter in org.atmosphere.client
 

Classes in org.atmosphere.client that implement PerRequestBroadcastFilter
 class TrackMessageSizeFilter
          A PerRequestBroadcastFilter implementation that add the expected length of the message.
 

Uses of PerRequestBroadcastFilter in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement PerRequestBroadcastFilter
 class BroadcastFilterAdapter
          Adapter for PerRequestBroadcastFilter.
 

Fields in org.atmosphere.cpr with type parameters of type PerRequestBroadcastFilter
protected  ConcurrentLinkedQueue<PerRequestBroadcastFilter> BroadcasterConfig.perRequestFilters
           
 



Copyright © 2014. All Rights Reserved.