Uses of Class
de.themoep.connectorplugin.connector.Message
Packages that use Message
Package
Description
-
Uses of Message in de.themoep.connectorplugin
Methods in de.themoep.connectorplugin that return MessageMethods in de.themoep.connectorplugin that return types with arguments of type MessageModifier and TypeMethodDescriptionprotected BiConsumer<R,
Message> BridgeCommon.registerHandler
(String action, BiConsumer<R, byte[]> handler) Register a bridge data handler for a certain actionprotected BiConsumer<R,
Message> BridgeCommon.registerMessageHandler
(String action, BiConsumer<R, BridgeCommon.BridgeMessage> handler) Register a bridge message handler for a certain actionMethods in de.themoep.connectorplugin with parameters of type MessageModifier and TypeMethodDescriptionstatic BridgeCommon.BridgeMessage
BridgeCommon.BridgeMessage.fromMessage
(Message message) Constructors in de.themoep.connectorplugin with parameters of type Message -
Uses of Message in de.themoep.connectorplugin.bukkit.connector
Methods in de.themoep.connectorplugin.bukkit.connector with parameters of type MessageModifier and TypeMethodDescriptionprotected void
protected void
BukkitConnector.sendDataImplementation
(Object targetData, Message message) protected abstract void
BukkitConnector.sendDataImplementation
(String targetData, Message message) protected void
MqttConnector.sendDataImplementation
(String targetData, Message message) void
PluginMessageConnector.sendDataImplementation
(String targetData, Message message) protected void
RedisConnector.sendDataImplementation
(String targetData, Message message) -
Uses of Message in de.themoep.connectorplugin.bungee.connector
Methods in de.themoep.connectorplugin.bungee.connector with parameters of type MessageModifier and TypeMethodDescriptionprotected void
BungeeConnector.sendDataImplementation
(Object targetData, Message message) protected abstract void
BungeeConnector.sendDataImplementation
(String targetData, Message message) protected void
MqttConnector.sendDataImplementation
(String targetData, Message message) void
PluginMessageConnector.sendDataImplementation
(String targetData, Message message) protected void
RedisConnector.sendDataImplementation
(String targetData, Message message) -
Uses of Message in de.themoep.connectorplugin.connector
Methods in de.themoep.connectorplugin.connector that return MessageModifier and TypeMethodDescriptionstatic Message
Message.fromByteArray
(String group, byte[] messageData) Methods in de.themoep.connectorplugin.connector that return types with arguments of type MessageModifier and TypeMethodDescriptionConnector.registerMessageHandler
(ConnectingPlugin plugin, String action, BiConsumer<R, Message> handler) Register a handler for a certain messageConnector.unregisterMessageHandler
(ConnectingPlugin plugin, String action) Unregister a handler from a certain actionConnector.unregisterMessageHandlers
(ConnectingPlugin plugin) Unregister all handlers of a certain pluginMethods in de.themoep.connectorplugin.connector with parameters of type MessageModifier and TypeMethodDescriptionprotected void
protected void
protected abstract void
Connector.sendDataImplementation
(Object targetData, Message message) void
MqttConnection.sendMessage
(String senderName, Message message) void
RedisConnection.sendMessage
(String targetData, Message message) Method parameters in de.themoep.connectorplugin.connector with type arguments of type MessageModifier and TypeMethodDescriptionConnector.registerMessageHandler
(ConnectingPlugin plugin, String action, BiConsumer<R, Message> handler) Register a handler for a certain messageConstructor parameters in de.themoep.connectorplugin.connector with type arguments of type MessageModifierConstructorDescriptionMqttConnection
(ConnectorPlugin plugin, String brokerURI, String clientID, String username, String password, int keepAlive, BiConsumer<String, Message> onMessage) RedisConnection
(ConnectorPlugin plugin, String uriString, String host, int port, int db, String password, long timeout, BiConsumer<String, Message> onMessage) -
Uses of Message in de.themoep.connectorplugin.velocity.connector
Methods in de.themoep.connectorplugin.velocity.connector with parameters of type MessageModifier and TypeMethodDescriptionprotected void
MqttConnector.sendDataImplementation
(String targetData, Message message) void
PluginMessageConnector.sendDataImplementation
(String targetData, Message message) protected void
RedisConnector.sendDataImplementation
(String targetData, Message message) protected void
VelocityConnector.sendDataImplementation
(Object targetData, Message message) protected abstract void
VelocityConnector.sendDataImplementation
(String targetData, Message message)