Uses of Interface
com.biglybt.core.ipfilter.IpFilter
-
-
Uses of IpFilter in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as IpFilter Modifier and Type Field Description private IpFilter
DHTDBImpl. ip_filter
-
Uses of IpFilter in com.biglybt.core.dht.transport.udp.impl
Fields in com.biglybt.core.dht.transport.udp.impl declared as IpFilter Modifier and Type Field Description private IpFilter
DHTTransportUDPImpl. ip_filter
-
Uses of IpFilter in com.biglybt.core.instancemanager.impl
Fields in com.biglybt.core.instancemanager.impl declared as IpFilter Modifier and Type Field Description private IpFilter
ClientInstanceManagerImpl. ip_filter
-
Uses of IpFilter in com.biglybt.core.ipfilter
Methods in com.biglybt.core.ipfilter that return IpFilter Modifier and Type Method Description IpFilter
IpFilterManager. getIPFilter()
Methods in com.biglybt.core.ipfilter with parameters of type IpFilter Modifier and Type Method Description default void
IPFilterListener. IPBanListChanged(IpFilter filter)
void
IPFilterListener. IPBlockedListChanged(IpFilter filter)
-
Uses of IpFilter in com.biglybt.core.ipfilter.impl
Classes in com.biglybt.core.ipfilter.impl that implement IpFilter Modifier and Type Class Description class
IpFilterImpl
Methods in com.biglybt.core.ipfilter.impl that return IpFilter Modifier and Type Method Description static IpFilter
IpFilterImpl. getInstance()
IpFilter
IpFilterManagerImpl. getIPFilter()
-
Uses of IpFilter in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as IpFilter Modifier and Type Field Description private static IpFilter
PEPeerControlImpl. ip_filter
Methods in com.biglybt.core.peer.impl.control with parameters of type IpFilter Modifier and Type Method Description void
PEPeerControlImpl. IPBlockedListChanged(IpFilter filter)
-
Uses of IpFilter in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as IpFilter Modifier and Type Field Description protected IpFilter
TRTrackerServerImpl. ip_filter
-
Uses of IpFilter in com.biglybt.pifimpl.local.ipfilter
Fields in com.biglybt.pifimpl.local.ipfilter declared as IpFilter Modifier and Type Field Description protected IpFilter
IPFilterImpl. filter
-
Uses of IpFilter in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as IpFilter Modifier and Type Field Description private IpFilter
BuddyPluginBeta. ip_filter
-
Uses of IpFilter in com.biglybt.ui.config
Fields in com.biglybt.ui.config declared as IpFilter Modifier and Type Field Description (package private) IpFilter
ConfigSectionIPFilter. filter
-
Uses of IpFilter in com.biglybt.ui.swt.views.configsections
Fields in com.biglybt.ui.swt.views.configsections declared as IpFilter Modifier and Type Field Description (package private) IpFilter
ConfigSectionIPFilterSWT.IPEditorParameter. filter
-
Uses of IpFilter in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as IpFilter Modifier and Type Field Description private static IpFilter
IPFilterItem. ipfilter
-