Uses of Interface
org.atmosphere.cpr.BroadcasterConfig.FilterManipulator
-
Packages that use BroadcasterConfig.FilterManipulator Package Description org.atmosphere.cpr -
-
Uses of BroadcasterConfig.FilterManipulator in org.atmosphere.cpr
Fields in org.atmosphere.cpr with type parameters of type BroadcasterConfig.FilterManipulator Modifier and Type Field Description protected java.util.List<BroadcasterConfig.FilterManipulator>AtmosphereFramework. filterManipulatorsMethods in org.atmosphere.cpr that return types with arguments of type BroadcasterConfig.FilterManipulator Modifier and Type Method Description java.util.List<BroadcasterConfig.FilterManipulator>AtmosphereFramework. filterManipulators()Methods in org.atmosphere.cpr with parameters of type BroadcasterConfig.FilterManipulator Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. filterManipulator(BroadcasterConfig.FilterManipulator m)
-