Class CommandAPIMessenger<InputChannel,OutputChannel>

java.lang.Object
dev.jorel.commandapi.network.CommandAPIMessenger<InputChannel,OutputChannel>
Type Parameters:
InputChannel - The type of objects that might send a packet to this plugin
OutputChannel - The type of objects this plugin might send messages to

public abstract class CommandAPIMessenger<InputChannel,OutputChannel> extends Object
Handles sending and receiving CommandAPIPackets between instances of the CommandAPI plugin on different servers. This class should be extended on each platform to hook into its specific plugin-messaging scheme.