Packages

object ClientKillFilter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientKillFilter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed case class Address(ip: InetAddress, port: Int) extends ClientKillFilter with Product with Serializable
  2. sealed case class Id(id: Long) extends ClientKillFilter with Product with Serializable
  3. sealed case class LocalAddress(ip: InetAddress, port: Int) extends ClientKillFilter with Product with Serializable
  4. sealed case class SkipMe(skip: Boolean) extends ClientKillFilter with Product with Serializable
  5. sealed case class Type(clientType: ClientType) extends ClientKillFilter with Product with Serializable
  6. sealed case class User(username: String) extends ClientKillFilter with Product with Serializable