Class RedisConnector

java.lang.Object
de.themoep.connectorplugin.connector.Connector<LimboConnectorPlugin,com.loohp.limbo.player.Player>
de.themoep.connectorplugin.limbo.connector.LimboConnector
de.themoep.connectorplugin.limbo.connector.RedisConnector

public class RedisConnector extends LimboConnector
  • Field Summary

    Fields inherited from class de.themoep.connectorplugin.connector.Connector

    PLAYER_PREFIX, plugin, PROXY_ID_PREFIX, SERVER_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
    sendDataImplementation(String targetData, de.themoep.connectorplugin.connector.Message message)
     

    Methods inherited from class de.themoep.connectorplugin.limbo.connector.LimboConnector

    getReceiverImplementation, handle, sendDataImplementation

    Methods inherited from class de.themoep.connectorplugin.connector.Connector

    getReceiver, handle, hasPrefix, isThis, registerHandler, registerMessageHandler, requiresPlayer, sendData, sendData, sendData, sendDataInternal, unregisterHandler, unregisterHandlers, unregisterMessageHandler, unregisterMessageHandlers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • sendDataImplementation

      protected void sendDataImplementation(String targetData, de.themoep.connectorplugin.connector.Message message)
      Specified by:
      sendDataImplementation in class LimboConnector
    • close

      public void close()
      Overrides:
      close in class de.themoep.connectorplugin.connector.Connector<LimboConnectorPlugin,com.loohp.limbo.player.Player>