package mnp
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
MnpClient extends AnyRef
Small shim on top of MnpService to make it better usable.
- class MnpException extends RuntimeException
-
class
MnpProxyDetector extends ProxyDetector
Helper for tunneling MNP via Proxy
-
class
MnpSession extends AnyRef
Wraps an Mnp Session.
- class MnpTask extends AnyRef
-
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)
- class ProtocolException extends MnpException
- class SessionInitException extends MnpException
Value Members
- object MnpClient
- object MnpUrl extends Serializable