Uses of Interface
com.biglybt.pif.messaging.generic.GenericMessageRegistration
-
Packages that use GenericMessageRegistration Package Description com.biglybt.pif.messaging com.biglybt.pifimpl.local.messaging com.biglybt.plugin.net.buddy -
-
Uses of GenericMessageRegistration in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging that return GenericMessageRegistration Modifier and Type Method Description GenericMessageRegistration
MessageManager. registerGenericMessageType(java.lang.String type, java.lang.String description, int stream_encryption, GenericMessageHandler handler)
Register a peer-independent message handler -
Uses of GenericMessageRegistration in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging that return GenericMessageRegistration Modifier and Type Method Description GenericMessageRegistration
MessageManagerImpl. registerGenericMessageType(java.lang.String _type, java.lang.String description, int stream_crypto, GenericMessageHandler handler)
-
Uses of GenericMessageRegistration in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as GenericMessageRegistration Modifier and Type Field Description private GenericMessageRegistration
BuddyPluginNetwork. msg_registration
Methods in com.biglybt.plugin.net.buddy that return GenericMessageRegistration Modifier and Type Method Description protected GenericMessageRegistration
BuddyPluginNetwork. getMessageRegistration()
-