org
.
apache
.
activemq
.
apollo
.
mqtt
MqttProtocolHandler
class
MqttProtocolHandler
extends
ProtocolHandler
Linear Supertypes
ProtocolHandler
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
MqttProtocolHandler
ProtocolHandler
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
MqttProtocolHandler
()
Type Members
class
Break
extends
RuntimeException
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
async_die
(
response:
Message
,
msg:
String
)
:
Unit
def
async_die
(
msg:
String
,
e:
Throwable
=
null
)
:
Unit
def
broker
:
Broker
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
var
closed
:
Boolean
var
codec
:
MQTTProtocolCodec
var
command_handler
: (
AnyRef
) ⇒
Unit
var
config
:
MqttDTO
def
connect_handler
(
command:
AnyRef
)
:
Unit
var
connect_message
:
CONNECT
var
connection
:
BrokerConnection
Definition Classes
ProtocolHandler
var
connection_log
:
Log
var
connection_sink
:
Sink
[
Request
]
def
create_connection_status
:
MqttConnectionStatusDTO
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
var
dead
:
Boolean
def
dead_handler
(
command:
AnyRef
)
:
Unit
def
destination_parser
:
DestinationParser
def
die
[
T
]
(
response:
Message
)
:
T
def
die
[
T
]
(
response:
Message
,
msg:
String
,
e:
Throwable
)
:
T
def
die
[
T
]
(
response:
Message
,
msg:
String
)
:
T
def
die
[
T
]
(
msg:
String
,
e:
Throwable
)
:
T
def
die
[
T
]
(
msg:
String
)
:
T
def
die_delay
:
Long
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
var
heart_beat_monitor
:
HeartBeatMonitor
var
host
:
VirtualHost
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
messages_received
:
Long
var
messages_sent
:
Long
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
on_host_connected
(
host:
VirtualHost
)
:
Unit
def
on_mqtt_connect
:
Unit
def
on_transport_command
(
command:
AnyRef
)
:
Unit
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
def
on_transport_connected
()
:
Unit
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
def
on_transport_disconnected
()
:
Unit
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
def
on_transport_failure
(
error:
IOException
)
:
Unit
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
def
protocol
:
String
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
var
protocol_filters
:
List
[
ProtocolFilter2
]
def
queue
:
DispatchQueue
def
resume_read
()
:
Unit
val
security_context
:
SecurityContext
def
session_id
:
Option
[
String
]
Definition Classes
MqttProtocolHandler
→ ProtocolHandler
def
set_connection
(
brokerConnection:
BrokerConnection
)
:
Unit
Definition Classes
ProtocolHandler
var
sink_manager
:
SinkMux
[
Request
]
var
status
: () ⇒
String
var
subscription_count
:
Int
def
suspend_read
(
reason: ⇒
String
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
ProtocolHandler
Inherited from
AnyRef
Inherited from
Any
Ungrouped