Uses of Interface
com.biglybt.pif.utils.PooledByteBuffer
Packages that use PooledByteBuffer
Package
Description
-
Uses of PooledByteBuffer in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as PooledByteBufferModifier and TypeFieldDescriptionprivate PooledByteBuffer
TranscodeJobOutputLeecher.Channel.request.event.buffer
Methods in com.biglybt.core.devices.impl that return PooledByteBufferConstructors in com.biglybt.core.devices.impl with parameters of type PooledByteBufferModifierConstructorDescriptionprotected
event
(PooledByteBuffer _buffer, long _offset, int _length) -
Uses of PooledByteBuffer in com.biglybt.core.download
Fields in com.biglybt.core.download declared as PooledByteBufferModifier and TypeFieldDescriptionprivate 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 PooledByteBufferModifier and TypeMethodDescriptionDiskManagerFileInfoDelegate.channel.request.event.getBuffer()
DiskManagerFileInfoFile.channel.request.event.getBuffer()
DiskManagerFileInfoStream.context.channel.request.event.getBuffer()
DiskManagerFileInfoURL.channel.request.event.getBuffer()
Constructors in com.biglybt.core.download with parameters of type PooledByteBufferModifierConstructorDescriptionprotected
event
(PooledByteBuffer _buffer, long _offset, int _length) protected
event
(PooledByteBuffer _buffer, long _offset, int _length) protected
event
(PooledByteBuffer _buffer, long _offset, int _length) protected
event
(PooledByteBuffer _buffer, long _offset, int _length) -
Uses of PooledByteBuffer in com.biglybt.pif.disk
Methods in com.biglybt.pif.disk that return PooledByteBufferMethods in com.biglybt.pif.disk with parameters of type PooledByteBufferModifier and TypeMethodDescriptionvoid
DiskManagerReadRequestListener.complete
(DiskManagerReadRequest request, PooledByteBuffer buffer) 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 PooledByteBufferModifier and TypeMethodDescriptionvoid
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 PooledByteBufferModifier and TypeMethodDescriptionvoid
PeerManager.requestComplete
(PeerReadRequest request, PooledByteBuffer data, Peer sender) -
Uses of PooledByteBuffer in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return PooledByteBufferModifier and TypeMethodDescriptionUtilities.allocatePooledByteBuffer
(byte[] data) Utilities.allocatePooledByteBuffer
(int size) Utilities.allocatePooledByteBuffer
(Map data) -
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as PooledByteBufferModifier and TypeFieldDescriptionprivate PooledByteBuffer
DiskManagerChannelImpl.request.event.buffer
Methods in com.biglybt.pifimpl.local.disk that return PooledByteBufferMethods in com.biglybt.pifimpl.local.disk with parameters of type PooledByteBufferModifier and TypeMethodDescriptionDiskManagerImpl.write
(int piece_number, int offset, PooledByteBuffer data, DiskManagerWriteRequestListener listener) Constructors in com.biglybt.pifimpl.local.disk with parameters of type PooledByteBufferModifierConstructorDescriptionprotected
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 PooledByteBufferModifier and TypeMethodDescriptionvoid
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 PooledByteBufferModifier and TypeMethodDescriptionvoid
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 PooledByteBufferMethods in com.biglybt.pifimpl.local.utils that return PooledByteBufferModifier and TypeMethodDescriptionUtilitiesImpl.allocatePooledByteBuffer
(byte[] data) UtilitiesImpl.allocatePooledByteBuffer
(int length) UtilitiesImpl.allocatePooledByteBuffer
(Map map) -
Uses of PooledByteBuffer in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as PooledByteBufferMethods in com.biglybt.pifimpl.local.utils.security with parameters of type PooledByteBufferModifier and TypeMethodDescriptionvoid
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 PooledByteBufferModifier and TypeMethodDescriptionvoid
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 PooledByteBufferModifier and TypeMethodDescriptionvoid
BuddyPluginBuddy.fragmentHandler.receive
(GenericMessageConnection connection, PooledByteBuffer message) -
Uses of PooledByteBuffer in com.biglybt.plugin.net.test
Methods in com.biglybt.plugin.net.test with parameters of type PooledByteBufferModifier and TypeMethodDescriptionvoid
NetTestPlugin.Tester.Connection.receive
(GenericMessageConnection connection, PooledByteBuffer message)