Package

play.filters

hosts

Permalink

package hosts

Visibility
  1. Public
  2. All

Type Members

  1. trait AllowedHostsComponents extends AnyRef

    Permalink
  2. case class AllowedHostsConfig(allowed: Seq[String]) extends Product with Serializable

    Permalink
  3. class AllowedHostsConfigProvider extends Provider[AllowedHostsConfig]

    Permalink
    Annotations
    @Singleton()
  4. case class AllowedHostsFilter(config: AllowedHostsConfig, errorHandler: HttpErrorHandler) extends EssentialFilter with Product with Serializable

    Permalink

    A filter that denies requests by hosts that do not match a configured list of allowed hosts.

  5. class AllowedHostsModule extends SimpleModule

    Permalink

Value Members

  1. object AllowedHostsConfig extends Serializable

    Permalink

Ungrouped