Class MqttConnector
java.lang.Object
de.themoep.connectorplugin.connector.Connector<VelocityConnectorPlugin,com.velocitypowered.api.proxy.Player>
de.themoep.connectorplugin.velocity.connector.VelocityConnector
de.themoep.connectorplugin.velocity.connector.MqttConnector
-
Field Summary
Fields inherited from class de.themoep.connectorplugin.connector.Connector
PLAYER_PREFIX, plugin, PROXY_ID_PREFIX, SERVER_PREFIX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
sendDataImplementation
(String targetData, Message message) Methods inherited from class de.themoep.connectorplugin.velocity.connector.VelocityConnector
getReceiverImplementation, getTargetServer, sendDataImplementation
Methods inherited from class de.themoep.connectorplugin.connector.Connector
getReceiver, handle, handle, hasPrefix, isThis, registerHandler, registerMessageHandler, requiresPlayer, sendData, sendData, sendData, sendDataInternal, unregisterHandler, unregisterHandlers, unregisterMessageHandler, unregisterMessageHandlers
-
Constructor Details
-
MqttConnector
-
-
Method Details
-
sendDataImplementation
- Specified by:
sendDataImplementation
in classVelocityConnector
-
close
public void close()- Overrides:
close
in classConnector<VelocityConnectorPlugin,
com.velocitypowered.api.proxy.Player>
-