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 PooledByteBufferTranscodeJobOutputLeecher.Channel.request.event.bufferMethods in com.biglybt.core.devices.impl that return PooledByteBufferConstructors in com.biglybt.core.devices.impl with parameters of type PooledByteBufferModifierConstructorDescriptionprotectedevent(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 PooledByteBufferDiskManagerFileInfoDelegate.channel.request.event.bufferprivate PooledByteBufferDiskManagerFileInfoFile.channel.request.event.bufferprivate PooledByteBufferDiskManagerFileInfoStream.context.channel.request.event.bufferprivate PooledByteBufferDiskManagerFileInfoURL.channel.request.event.bufferMethods 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 PooledByteBufferModifierConstructorDescriptionprotectedevent(PooledByteBuffer _buffer, long _offset, int _length) protectedevent(PooledByteBuffer _buffer, long _offset, int _length) protectedevent(PooledByteBuffer _buffer, long _offset, int _length) protectedevent(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 TypeMethodDescriptionvoidDiskManagerReadRequestListener.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 TypeMethodDescriptionvoidGenericMessageConnectionListener.receive(GenericMessageConnection connection, PooledByteBuffer message) voidGenericMessageConnection.send(PooledByteBuffer message) -
Uses of PooledByteBuffer in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers with parameters of type PooledByteBufferModifier and TypeMethodDescriptionvoidPeerManager.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 PooledByteBufferDiskManagerChannelImpl.request.event.bufferMethods 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 PooledByteBufferModifierConstructorDescriptionprotectedevent(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 TypeMethodDescriptionvoidGenericMessageConnectionAdapter.send(PooledByteBuffer message) voidGenericMessageConnectionDirect.send(PooledByteBuffer data) voidGenericMessageConnectionImpl.send(PooledByteBuffer message) voidGenericMessageConnectionIndirect.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 TypeMethodDescriptionvoidPeerManagerImpl.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 TypeMethodDescriptionvoidSESTSConnectionImpl.receive(PooledByteBuffer message) protected voidSESTSConnectionImpl.receiveContent(PooledByteBuffer message) voidSESTSConnectionImpl.send(PooledByteBuffer message) protected voidSESTSConnectionImpl.sendContent(PooledByteBuffer message) -
Uses of PooledByteBuffer in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed with parameters of type PooledByteBufferModifier and TypeMethodDescriptionvoidExternalSeedPeer.requestComplete(PeerReadRequest request, PooledByteBuffer data) voidExternalSeedReaderListener.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 TypeMethodDescriptionvoidBuddyPluginBuddy.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 TypeMethodDescriptionvoidNetTestPlugin.Tester.Connection.receive(GenericMessageConnection connection, PooledByteBuffer message)