Uses of Interface
org.simpleframework.util.buffer.Allocator

Packages that use Allocator
org.simpleframework.http.core   
org.simpleframework.http.message   
org.simpleframework.util.buffer   
 

Uses of Allocator in org.simpleframework.http.core
 

Constructors in org.simpleframework.http.core with parameters of type Allocator
ContainerProcessor(Container container, Allocator allocator, int count)
          Constructor for the ContainerProcessor object.
ContainerProcessor(Container container, Allocator allocator, int count, int select)
          Constructor for the ContainerProcessor object.
ContainerServer(Container container, Allocator allocator)
          Constructor for the ContainerServer object.
ContainerServer(Container container, Allocator allocator, int count)
          Constructor for the ContainerServer object.
ContainerServer(Container container, Allocator allocator, int count, int select)
          Constructor for the ContainerServer object.
 

Uses of Allocator in org.simpleframework.http.message
 

Constructors in org.simpleframework.http.message with parameters of type Allocator
ChunkedConsumer(Allocator allocator)
          Constructor for the ChunkedConsumer object.
EntityConsumer(Allocator allocator, Channel channel)
          Constructor for the EntityConsumer object.
FixedConsumer(Allocator allocator, long limit)
          Constructor for the FixedConsumer object.
PartSeriesFixedConsumer(Allocator allocator, byte[] boundary, long length)
          Constructor for the PartSeriesFixedConsumer object.
 

Uses of Allocator in org.simpleframework.util.buffer
 

Classes in org.simpleframework.util.buffer that implement Allocator
 class ArrayAllocator
          The ArrayAllocator object is used to provide a means to allocate buffers using a single byte array.
 class BufferAllocator
          The BufferAllocator object is used to provide a means to allocate buffers using a single underlying buffer.
 class FileAllocator
          The FileAllocator object is used to create buffers that can be written to the file system.
 class FilterAllocator
          The FilterAllocator object is used to provide a means to provide a general set of constraints around buffer allocation.
 

Fields in org.simpleframework.util.buffer declared as Allocator
protected  Allocator FilterAllocator.source
          This is the allocator the underlying buffer is allocated with.
 

Constructors in org.simpleframework.util.buffer with parameters of type Allocator
BufferAllocator(Allocator source)
          Constructor for the BufferAllocator object.
BufferAllocator(Allocator source, long capacity)
          Constructor for the BufferAllocator object.
BufferAllocator(Allocator source, long capacity, long limit)
          Constructor for the BufferAllocator object.
FilterAllocator(Allocator source)
          Constructor for the FilterAllocator object.
FilterAllocator(Allocator source, long capacity)
          Constructor for the FilterAllocator object.
FilterAllocator(Allocator source, long capacity, long limit)
          Constructor for the FilterAllocator object.
 



Copyright © 2013. All Rights Reserved.