Uses of Interface
com.biglybt.core.peermanager.messaging.bittorrent.ltep.LTMessageEncoder.CustomExtensionHandler
-
Packages that use LTMessageEncoder.CustomExtensionHandler Package Description com.biglybt.core.peermanager.messaging.bittorrent.ltep -
-
Uses of LTMessageEncoder.CustomExtensionHandler in com.biglybt.core.peermanager.messaging.bittorrent.ltep
Fields in com.biglybt.core.peermanager.messaging.bittorrent.ltep with type parameters of type LTMessageEncoder.CustomExtensionHandler Modifier and Type Field Description private java.util.Map<java.lang.Integer,LTMessageEncoder.CustomExtensionHandler>
LTMessageEncoder. custom_handlers
Methods in com.biglybt.core.peermanager.messaging.bittorrent.ltep with parameters of type LTMessageEncoder.CustomExtensionHandler Modifier and Type Method Description void
LTMessageEncoder. addCustomExtensionHandler(int extension_type, LTMessageEncoder.CustomExtensionHandler handler)
-