Uses of Interface
com.biglybt.pif.network.TransportFilter
-
Packages that use TransportFilter Package Description com.biglybt.pif.network com.biglybt.pifimpl.local.network -
-
Uses of TransportFilter in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return TransportFilter Modifier and Type Method Description TransportFilter
ConnectionManager. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
Methods in com.biglybt.pif.network with parameters of type TransportFilter Modifier and Type Method Description void
Transport. setFilter(TransportFilter filter)
-
Uses of TransportFilter in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement TransportFilter Modifier and Type Class Description class
TransportFilterImpl
Methods in com.biglybt.pifimpl.local.network that return TransportFilter Modifier and Type Method Description TransportFilter
ConnectionManagerImpl. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
Methods in com.biglybt.pifimpl.local.network with parameters of type TransportFilter Modifier and Type Method Description void
TransportImpl. setFilter(TransportFilter filter)
-