Uses of Interface
com.biglybt.pif.messaging.generic.GenericMessageHandler
-
Packages that use GenericMessageHandler Package Description com.biglybt.pif.messaging com.biglybt.pifimpl.local.messaging -
-
Uses of GenericMessageHandler in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging with parameters of type GenericMessageHandler 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 GenericMessageHandler in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging that return GenericMessageHandler Modifier and Type Method Description protected GenericMessageHandler
MessageManagerImpl. getHandler(java.lang.String type)
Methods in com.biglybt.pifimpl.local.messaging with parameters of type GenericMessageHandler Modifier and Type Method Description GenericMessageRegistration
MessageManagerImpl. registerGenericMessageType(java.lang.String _type, java.lang.String description, int stream_crypto, GenericMessageHandler handler)
-