Uses of Interface
me.internalizable.numdrassl.api.plugin.messaging.ChannelIdentifier
Packages that use ChannelIdentifier
Package
Description
Plugin messaging API for communication between the proxy and backend servers.
-
Uses of ChannelIdentifier in me.internalizable.numdrassl.api.event.connection
Methods in me.internalizable.numdrassl.api.event.connection that return ChannelIdentifierModifier and TypeMethodDescriptionPluginMessageEvent.getIdentifier()Gets the channel identifier for this message.Constructors in me.internalizable.numdrassl.api.event.connection with parameters of type ChannelIdentifierModifierConstructorDescriptionPluginMessageEvent(ChannelIdentifier identifier, Object source, byte[] data) Creates a new plugin message event. -
Uses of ChannelIdentifier in me.internalizable.numdrassl.api.plugin.messaging
Methods in me.internalizable.numdrassl.api.plugin.messaging that return ChannelIdentifierModifier and TypeMethodDescriptionstatic ChannelIdentifierCreates a new channel identifier.static ChannelIdentifierCreates a channel identifier from a full ID string.Methods in me.internalizable.numdrassl.api.plugin.messaging that return types with arguments of type ChannelIdentifierModifier and TypeMethodDescriptionChannelRegistrar.getRegisteredChannels()Gets all registered channels.Methods in me.internalizable.numdrassl.api.plugin.messaging with parameters of type ChannelIdentifierModifier and TypeMethodDescriptionbooleanChannelRegistrar.isRegistered(ChannelIdentifier channel) Checks if a channel is registered.voidChannelRegistrar.register(ChannelIdentifier channel) Registers a plugin message channel.voidChannelRegistrar.register(ChannelIdentifier... channels) Registers multiple plugin message channels.voidChannelRegistrar.unregister(ChannelIdentifier channel) Unregisters a plugin message channel.voidChannelRegistrar.unregister(ChannelIdentifier... channels) Unregisters multiple plugin message channels. -
Uses of ChannelIdentifier in me.internalizable.numdrassl.api.server
Methods in me.internalizable.numdrassl.api.server with parameters of type ChannelIdentifierModifier and TypeMethodDescriptionbooleanRegisteredServer.sendPluginMessage(ChannelIdentifier channel, byte[] data) Sends a plugin message to this server.