org.apache.activemq.apollo.mqtt

MqttProtocolHandler

class MqttProtocolHandler extends ProtocolHandler

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

Instance Constructors

  1. new MqttProtocolHandler()

Type Members

  1. class Break extends RuntimeException

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. final def asInstanceOf[T0]: T0

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

  8. def async_die(msg: String, e: Throwable = null): Unit

  9. def broker: Broker

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. var closed: Boolean

  12. var codec: MQTTProtocolCodec

  13. var command_handler: (AnyRef) ⇒ Unit

  14. var config: MqttDTO

  15. def connect_handler(command: AnyRef): Unit

  16. var connect_message: CONNECT

  17. var connection: BrokerConnection

    Definition Classes
    ProtocolHandler
  18. var connection_log: Log

  19. var connection_sink: Sink[Request]

  20. def create_connection_status: MqttConnectionStatusDTO

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  21. var dead: Boolean

  22. def dead_handler(command: AnyRef): Unit

  23. def destination_parser: DestinationParser

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

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

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

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

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

  29. def die_delay: Long

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  35. var heart_beat_monitor: HeartBeatMonitor

  36. var host: VirtualHost

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. var messages_received: Long

  39. var messages_sent: Long

  40. final def ne(arg0: AnyRef): Boolean

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

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

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

  44. def on_mqtt_connect: Unit

  45. def on_transport_command(command: AnyRef): Unit

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

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

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

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  49. def protocol: String

    Definition Classes
    MqttProtocolHandler → ProtocolHandler
  50. var protocol_filters: List[ProtocolFilter2]

  51. def queue: DispatchQueue

  52. def resume_read(): Unit

  53. val security_context: SecurityContext

  54. def session_id: Option[String]

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

    Definition Classes
    ProtocolHandler
  56. var sink_manager: SinkMux[Request]

  57. var status: () ⇒ String

  58. var subscription_count: Int

  59. def suspend_read(reason: ⇒ String): Unit

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ProtocolHandler

Inherited from AnyRef

Inherited from Any

Ungrouped