Uses of Interface
com.biglybt.pif.disk.DiskManagerChannel
-
Packages that use DiskManagerChannel Package Description com.biglybt.core.devices.impl com.biglybt.core.download com.biglybt.pif.disk com.biglybt.pifimpl.local.disk com.biglybt.pifimpl.remote.disk -
-
Uses of DiskManagerChannel in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement DiskManagerChannel Modifier and Type Class Description protected class
TranscodeJobOutputLeecher.Channel
Methods in com.biglybt.core.devices.impl that return DiskManagerChannel Modifier and Type Method Description DiskManagerChannel
TranscodeJobOutputLeecher. createChannel()
-
Uses of DiskManagerChannel in com.biglybt.core.download
Classes in com.biglybt.core.download that implement DiskManagerChannel Modifier and Type Class Description private class
DiskManagerFileInfoDelegate.channel
protected class
DiskManagerFileInfoFile.channel
protected class
DiskManagerFileInfoStream.context.channel
protected class
DiskManagerFileInfoURL.channel
Fields in com.biglybt.core.download declared as DiskManagerChannel Modifier and Type Field Description (package private) DiskManagerChannel
DiskManagerFileInfoDelegate.channel. delegate_channel
Methods in com.biglybt.core.download that return DiskManagerChannel Modifier and Type Method Description DiskManagerChannel
DiskManagerFileInfoDelegate. createChannel()
DiskManagerChannel
DiskManagerFileInfoFile. createChannel()
DiskManagerChannel
DiskManagerFileInfoStream. createChannel()
-
Uses of DiskManagerChannel in com.biglybt.pif.disk
Methods in com.biglybt.pif.disk that return DiskManagerChannel Modifier and Type Method Description DiskManagerChannel
DiskManagerFileInfo. createChannel()
-
Uses of DiskManagerChannel in com.biglybt.pifimpl.local.disk
Classes in com.biglybt.pifimpl.local.disk that implement DiskManagerChannel Modifier and Type Class Description class
DiskManagerChannelImpl
Methods in com.biglybt.pifimpl.local.disk that return DiskManagerChannel Modifier and Type Method Description DiskManagerChannel
DiskManagerFileInfoImpl. createChannel()
Methods in com.biglybt.pifimpl.local.disk with parameters of type DiskManagerChannel Modifier and Type Method Description void
DiskManagerChannelImpl.channelCreateListener. channelCreated(DiskManagerChannel channel)
protected static void
DiskManagerChannelImpl. reportCreated(DiskManagerChannel channel)
-
Uses of DiskManagerChannel in com.biglybt.pifimpl.remote.disk
Methods in com.biglybt.pifimpl.remote.disk that return DiskManagerChannel Modifier and Type Method Description DiskManagerChannel
RPDiskManagerFileInfo. createChannel()
-