Documentation ¶
Index ¶
Constants ¶
View Source
const MQTT = "mqtt3"
View Source
const MQTTTLS = "mqtt3tls"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MQTT3Plugin ¶
type MQTT3Plugin struct{}
func (*MQTT3Plugin) Name ¶
func (p *MQTT3Plugin) Name() string
func (*MQTT3Plugin) PortPriority ¶
func (p *MQTT3Plugin) PortPriority(i uint16) bool
func (*MQTT3Plugin) Priority ¶
func (p *MQTT3Plugin) Priority() int
func (*MQTT3Plugin) Run ¶
func (p *MQTT3Plugin) Run(conn net.Conn, config plugins.PluginConfig) (*plugins.PluginResults, error)
func (*MQTT3Plugin) Type ¶
func (p *MQTT3Plugin) Type() plugins.Protocol
type TLSPlugin ¶
type TLSPlugin struct{}
func (*TLSPlugin) PortPriority ¶
func (*TLSPlugin) Run ¶
func (p *TLSPlugin) Run(conn net.Conn, config plugins.PluginConfig) (*plugins.PluginResults, error)
Click to show internal directories.
Click to hide internal directories.