abstract
class
UdpProtocolHandler extends ProtocolHandler
Instance Constructors
-
new
UdpProtocolHandler()
Type Members
-
abstract
type
ConfigTypeDTO <: ProtocolDTO
-
Abstract Value Members
-
abstract
def
configClass: Class[ConfigTypeDTO]
-
-
abstract
def
decode_address(address: String): Array[SimpleAddress]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
var
buffer_size: Int
-
def
clone(): AnyRef
-
def
configure(config: Option[ConfigTypeDTO]): Unit
-
-
var
connection_log: Log
-
def
create_connection_status: ConnectionStatusDTO
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
var
messages_received: Long
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
on_transport_command(command: AnyRef): Unit
-
def
on_transport_connected: Unit
-
def
on_transport_disconnected: Unit
-
def
on_transport_failure(error: IOException): Unit
-
-
def
protocol: String
-
def
queue: DispatchQueue
-
def
resume_read(): Unit
-
var
session_id: Option[String]
-
def
set_connection(brokerConnection: BrokerConnection): Unit
-
def
suspend_read(reason: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
var
waiting_on: String
Inherited from AnyRef
Inherited from Any