Packages

package mnp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MnpClient extends AnyRef

    Small shim on top of MnpService to make it better usable.

  2. class MnpException extends RuntimeException
  3. class MnpProxyDetector extends ProxyDetector

    Helper for tunneling MNP via Proxy

  4. class MnpSession extends AnyRef

    Wraps an Mnp Session.

  5. class MnpTask extends AnyRef
  6. case class MnpUrl(address: String, session: String, port: Option[Int] = None) extends Product with Serializable

    An MNP Url of the form

    An MNP Url of the form

    mnp://address/session

    (Describing a Session) or

    mnp://address/session/port

    (Describing a port of a session (task dynamically generated)

    address

    host (including port)

  7. class ProtocolException extends MnpException
  8. class SessionInitException extends MnpException

Value Members

  1. object MnpClient
  2. object MnpUrl extends Serializable

Ungrouped