Package play.filters.components
Interface GzipFilterComponents
-
- All Superinterfaces:
AkkaComponents,ConfigurationComponents
- All Known Subinterfaces:
HttpFiltersComponents
public interface GzipFilterComponents extends ConfigurationComponents, AkkaComponents
The GZIP filter Java components.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default play.filters.gzip.GzipFiltergzipFilter()default play.filters.gzip.GzipFilterConfiggzipFilterConfig()-
Methods inherited from interface play.components.AkkaComponents
actorSystem, coordinatedShutdown, executionContext, materializer
-
Methods inherited from interface play.components.ConfigurationComponents
config, configuration
-
-