org.apache.activemq.apollo.mqtt

MqttProtocolHandler

class MqttProtocolHandler extends AbstractProtocolHandler

Linear Supertypes
AbstractProtocolHandler, ProtocolHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MqttProtocolHandler
  2. AbstractProtocolHandler
  3. ProtocolHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MqttProtocolHandler()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _suspend_read(reason: String): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def async_die(response: Message, msg: String): Unit

  9. def async_die(msg: String, e: Throwable): Unit

  10. def async_die(msg: String): Unit

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  11. def broker(): Broker

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def connect_handler(): UnitFn1[AnyRef]

  14. var connection: BrokerConnection

    Definition Classes
    ProtocolHandler
  15. def create_connection_status(debug: Boolean): MqttConnectionStatusDTO

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  16. def defer(func: ⇒ Unit): Unit

    Definition Classes
    ProtocolHandler
  17. def destination_parser(): DestinationParser

  18. def die[T](response: Message): T

  19. def die[T](response: Message, msg: String, e: Throwable): T

  20. def die[T](response: Message, msg: String): T

  21. def die[T](msg: String, e: Throwable): T

  22. def die[T](msg: String): T

  23. def die_delay(): Long

  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def on_host_connected(host: VirtualHost): Unit

  34. def on_mqtt_connect(): Unit

  35. def on_transport_command(command: Any): Unit

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  36. def on_transport_connected(): Unit

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  37. def on_transport_disconnected(): Unit

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  38. def on_transport_failure(error: IOException): Unit

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  39. def protocol(): String

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  40. def queue(): DispatchQueue

  41. def resume_read(): Unit

  42. def session_id(): String

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  43. def set_connection(brokerConnection: BrokerConnection): Unit

    Definition Classes
    ProtocolHandler
  44. def suspend_read(reason: Fn0[String]): Unit

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractProtocolHandler

Inherited from ProtocolHandler

Inherited from AnyRef

Inherited from Any

Ungrouped