Uses of Interface
com.biglybt.pif.utils.PooledByteBuffer
-
-
Uses of PooledByteBuffer in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as PooledByteBuffer Modifier and Type Field Description private PooledByteBuffer
TranscodeJobOutputLeecher.Channel.request.event. buffer
Methods in com.biglybt.core.devices.impl that return PooledByteBuffer Modifier and Type Method Description PooledByteBuffer
TranscodeJobOutputLeecher.Channel.request.event. getBuffer()
Constructors in com.biglybt.core.devices.impl with parameters of type PooledByteBuffer Constructor Description event(PooledByteBuffer _buffer, long _offset, int _length)
-
Uses of PooledByteBuffer in com.biglybt.core.download
Fields in com.biglybt.core.download declared as PooledByteBuffer Modifier and Type Field Description private PooledByteBuffer
DiskManagerFileInfoDelegate.channel.request.event. buffer
private PooledByteBuffer
DiskManagerFileInfoFile.channel.request.event. buffer
private PooledByteBuffer
DiskManagerFileInfoStream.context.channel.request.event. buffer
private PooledByteBuffer
DiskManagerFileInfoURL.channel.request.event. buffer
Methods in com.biglybt.core.download that return PooledByteBuffer Modifier and Type Method Description PooledByteBuffer
DiskManagerFileInfoDelegate.channel.request.event. getBuffer()
PooledByteBuffer
DiskManagerFileInfoFile.channel.request.event. getBuffer()
PooledByteBuffer
DiskManagerFileInfoStream.context.channel.request.event. getBuffer()
PooledByteBuffer
DiskManagerFileInfoURL.channel.request.event. getBuffer()
Constructors in com.biglybt.core.download with parameters of type PooledByteBuffer Constructor Description event(PooledByteBuffer _buffer, long _offset, int _length)
event(PooledByteBuffer _buffer, long _offset, int _length)
event(PooledByteBuffer _buffer, long _offset, int _length)
event(PooledByteBuffer _buffer, long _offset, int _length)
-
Uses of PooledByteBuffer in com.biglybt.pif.disk
Methods in com.biglybt.pif.disk that return PooledByteBuffer Modifier and Type Method Description PooledByteBuffer
DiskManagerEvent. getBuffer()
Methods in com.biglybt.pif.disk with parameters of type PooledByteBuffer Modifier and Type Method Description void
DiskManagerReadRequestListener. complete(DiskManagerReadRequest request, PooledByteBuffer buffer)
DiskManagerWriteRequest
DiskManager. write(int piece_number, int offset, PooledByteBuffer data, DiskManagerWriteRequestListener listener)
Data length has to be consistent with block layout of the piece and piece size -
Uses of PooledByteBuffer in com.biglybt.pif.messaging.generic
Methods in com.biglybt.pif.messaging.generic with parameters of type PooledByteBuffer Modifier and Type Method Description void
GenericMessageConnectionListener. receive(GenericMessageConnection connection, PooledByteBuffer message)
void
GenericMessageConnection. send(PooledByteBuffer message)
-
Uses of PooledByteBuffer in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers with parameters of type PooledByteBuffer Modifier and Type Method Description void
PeerManager. requestComplete(PeerReadRequest request, PooledByteBuffer data, Peer sender)
-
Uses of PooledByteBuffer in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return PooledByteBuffer Modifier and Type Method Description PooledByteBuffer
Utilities. allocatePooledByteBuffer(byte[] data)
PooledByteBuffer
Utilities. allocatePooledByteBuffer(int size)
PooledByteBuffer
Utilities. allocatePooledByteBuffer(java.util.Map data)
-
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as PooledByteBuffer Modifier and Type Field Description private PooledByteBuffer
DiskManagerChannelImpl.request.event. buffer
Methods in com.biglybt.pifimpl.local.disk that return PooledByteBuffer Modifier and Type Method Description PooledByteBuffer
DiskManagerChannelImpl.request.event. getBuffer()
Methods in com.biglybt.pifimpl.local.disk with parameters of type PooledByteBuffer Modifier and Type Method Description DiskManagerWriteRequest
DiskManagerImpl. write(int piece_number, int offset, PooledByteBuffer data, DiskManagerWriteRequestListener listener)
Constructors in com.biglybt.pifimpl.local.disk with parameters of type PooledByteBuffer Constructor Description event(PooledByteBuffer _buffer, long _offset, int _length)
-
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.messaging
Methods in com.biglybt.pifimpl.local.messaging with parameters of type PooledByteBuffer Modifier and Type Method Description void
GenericMessageConnectionAdapter. send(PooledByteBuffer message)
void
GenericMessageConnectionDirect. send(PooledByteBuffer data)
void
GenericMessageConnectionImpl. send(PooledByteBuffer message)
void
GenericMessageConnectionIndirect. send(PooledByteBuffer pbb)
-
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers with parameters of type PooledByteBuffer Modifier and Type Method Description void
PeerManagerImpl. requestComplete(PeerReadRequest request, PooledByteBuffer data, Peer sender)
-
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.utils
Classes in com.biglybt.pifimpl.local.utils that implement PooledByteBuffer Modifier and Type Class Description class
PooledByteBufferImpl
Methods in com.biglybt.pifimpl.local.utils that return PooledByteBuffer Modifier and Type Method Description PooledByteBuffer
UtilitiesImpl. allocatePooledByteBuffer(byte[] data)
PooledByteBuffer
UtilitiesImpl. allocatePooledByteBuffer(int length)
PooledByteBuffer
UtilitiesImpl. allocatePooledByteBuffer(java.util.Map map)
-
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as PooledByteBuffer Modifier and Type Field Description private PooledByteBuffer
SESTSConnectionImpl. pending_message
Methods in com.biglybt.pifimpl.local.utils.security with parameters of type PooledByteBuffer Modifier and Type Method Description void
SESTSConnectionImpl. receive(PooledByteBuffer message)
protected void
SESTSConnectionImpl. receiveContent(PooledByteBuffer message)
void
SESTSConnectionImpl. send(PooledByteBuffer message)
protected void
SESTSConnectionImpl. sendContent(PooledByteBuffer message)
-
Uses of PooledByteBuffer in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed with parameters of type PooledByteBuffer Modifier and Type Method Description void
ExternalSeedPeer. requestComplete(PeerReadRequest request, PooledByteBuffer data)
void
ExternalSeedReaderListener. requestComplete(PeerReadRequest request, PooledByteBuffer data)
-
Uses of PooledByteBuffer in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type PooledByteBuffer Modifier and Type Method Description void
BuddyPluginBuddy.fragmentHandler. receive(GenericMessageConnection connection, PooledByteBuffer message)
-