Package

core3.http

filters

Permalink

package filters

Visibility
  1. Public
  2. All

Type Members

  1. class CompressionFilter extends GzipFilter

    Permalink

    Play Filter for performing gzip compression.

    Play Filter for performing gzip compression.

    Compression is performed if the response matches one of the specified content types and if the response content size is above the specified minimum size. If no content types are specified, compression is performed on all responses.

  2. class MaintenanceModeFilter extends Filter

    Permalink

    Play Filter for handling system maintenance mode, when enabled.

  3. class MetricsFilter extends Filter

    Permalink

    Play Filter for collecting HTTP request metrics.

  4. class TraceFilter extends Filter

    Permalink

    Play Filter for tracing HTTP requests (for debugging purposes only).

Ungrouped