GlobalReceiverRegistry

public final class GlobalReceiverRegistry<H>

Constructors

GlobalReceiverRegistry
Link copied to clipboard
void GlobalReceiverRegistry()
GlobalReceiverRegistry
Link copied to clipboard
void GlobalReceiverRegistry(Map<Identifier, H> map)

Functions

endSession
Link copied to clipboard
void endSession(AbstractNetworkAddon<H> addon)
getChannels
Link copied to clipboard
Set<IdentifiergetChannels()
getHandler
Link copied to clipboard
@Nullable()
H getHandler(Identifier channelName)
getHandlers
Link copied to clipboard
Map<Identifier, HgetHandlers()
registerGlobalReceiver
Link copied to clipboard
boolean registerGlobalReceiver(Identifier channelName, H handler)
startSession
Link copied to clipboard
void startSession(AbstractNetworkAddon<H> addon)
unregisterGlobalReceiver
Link copied to clipboard
H unregisterGlobalReceiver(Identifier channelName)

Properties

handlers
Link copied to clipboard
private final Map<Identifier, Hhandlers

Sources

jvm source
Link copied to clipboard