Packages

c

vertices.mqtt

VertxMqttServerOps

implicit final class VertxMqttServerOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertxMqttServerOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VertxMqttServerOps(target: MqttServer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def closeL(): Task[Unit]

    Close the server supplying an handler that will be called when the server is actually closed (or has failed).

  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def listenL(): Task[MqttServer]

    Start the server listening for incoming connections using the specified options through the constructor

    Start the server listening for incoming connections using the specified options through the constructor

    returns

    a reference to this, so the API can be used fluently

  9. def listenL(port: Int): Task[MqttServer]

    Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.

    Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host. It ignores any options specified through the constructor

    port

    the port to listen on

    returns

    a reference to this, so the API can be used fluently

  10. def listenL(port: Int, host: String): Task[MqttServer]

    Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor

    Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor

    port

    the port to listen on

    host

    the host to listen on

    returns

    a reference to this, so the API can be used fluently

  11. val target: MqttServer
  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped