Uses of Interface
org.simpleframework.common.buffer.Allocator
Packages that use Allocator
Package
Description
-
Uses of Allocator in org.simpleframework.common.buffer
Classes in org.simpleframework.common.buffer that implement AllocatorModifier and TypeClassDescriptionclassTheArrayAllocatorobject is used to provide a means to allocate buffers using a single byte array.classTheBufferAllocatorobject is used to provide a means to allocate buffers using a single underlying buffer.classTheFileAllocatorobject is used to create buffers that can be written to the file system.classTheFilterAllocatorobject is used to provide a means to provide a general set of constraints around buffer allocation.Fields in org.simpleframework.common.buffer declared as AllocatorModifier and TypeFieldDescriptionprotected AllocatorFilterAllocator.sourceThis is the allocator the underlying buffer is allocated with.Constructors in org.simpleframework.common.buffer with parameters of type AllocatorModifierConstructorDescriptionBufferAllocator(Allocator source) Constructor for theBufferAllocatorobject.BufferAllocator(Allocator source, long capacity) Constructor for theBufferAllocatorobject.BufferAllocator(Allocator source, long capacity, long limit) Constructor for theBufferAllocatorobject.FilterAllocator(Allocator source) Constructor for theFilterAllocatorobject.FilterAllocator(Allocator source, long capacity) Constructor for theFilterAllocatorobject.FilterAllocator(Allocator source, long capacity, long limit) Constructor for theFilterAllocatorobject. -
Uses of Allocator in org.simpleframework.http.core
Constructors in org.simpleframework.http.core with parameters of type AllocatorModifierConstructorDescriptionContainerSocketProcessor(Container container, Allocator allocator) Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, Allocator allocator, int count) Constructor for theContainerSocketProcessorobject.ContainerSocketProcessor(Container container, Allocator allocator, int count, int select) Constructor for theContainerSocketProcessorobject.ContainerTransportProcessor(Container container, Allocator allocator, int count) Constructor for theContainerProcessorobject.ContainerTransportProcessor(Container container, Allocator allocator, int count, int select) Constructor for theContainerProcessorobject. -
Uses of Allocator in org.simpleframework.http.message
Constructors in org.simpleframework.http.message with parameters of type AllocatorModifierConstructorDescriptionChunkedConsumer(Allocator allocator) Constructor for theChunkedConsumerobject.EntityConsumer(Allocator allocator, Channel channel) Constructor for theEntityConsumerobject.FileUploadConsumer(Allocator allocator, byte[] boundary, long length) Constructor for theFileUploadConsumerobject.FixedLengthConsumer(Allocator allocator, long limit) Constructor for theFixedLengthConsumerobject.