Uses of Interface
de.themoep.connectorplugin.ConnectorPlugin
Package
Description
-
Uses of ConnectorPlugin in de.themoep.connectorplugin
Modifier and TypeClassDescriptionclass
BridgeCommon<P extends ConnectorPlugin<R>,
R> class
ProxyBridgeCommon<P extends ConnectorPlugin<R>,
R> Modifier and TypeMethodDescriptionConnector<? extends ConnectorPlugin,
R> ConnectorPlugin.getConnector()
Get the Connector which is used for sending and handling data -
Uses of ConnectorPlugin in de.themoep.connectorplugin.bukkit
-
Uses of ConnectorPlugin in de.themoep.connectorplugin.bungee
-
Uses of ConnectorPlugin in de.themoep.connectorplugin.connector
ModifierConstructorDescriptionMqttConnection
(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 ConnectorPlugin in de.themoep.connectorplugin.velocity