Packages

p

mpc4s

client

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Connect(address: InetSocketAddress, credentials: Option[Password] = None) extends Product with Serializable
  2. trait Logger extends AnyRef
  3. trait MpdClient[F[_]] extends AnyRef
  4. trait MpdConnection[F[_]] extends AnyRef
  5. trait MpdIdle[F[_]] extends AnyRef

    Use one persistent connection to mpd to send commands and listen for notifications.

    Use one persistent connection to mpd to send commands and listen for notifications.

    This will initiate the idle command to wait for notifications from mpd. When another command is issued, the idling is cancelled, the command is send and afterwards the connection goes back to idle.

    To explicitely close the connection, simply write a Close or NoIdle command.

  6. final class Password extends AnyVal

Value Members

  1. object Connect extends Serializable
  2. object Logger
  3. object MpdClient
  4. object MpdConnection
  5. object MpdIdle
  6. object Password
  7. object ResponseSplit

Ungrouped