Package | Description |
---|---|
org.simpleframework.common.buffer | |
org.simpleframework.http.core | |
org.simpleframework.http.message |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected Allocator |
FilterAllocator.source
This is the allocator the underlying buffer is allocated with.
|
Constructor and Description |
---|
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. |
Constructor and Description |
---|
ContainerSocketProcessor(Container container,
Allocator allocator)
Constructor for the
ContainerSocketProcessor object. |
ContainerSocketProcessor(Container container,
Allocator allocator,
int count)
Constructor for the
ContainerSocketProcessor object. |
ContainerSocketProcessor(Container container,
Allocator allocator,
int count,
int select)
Constructor for the
ContainerSocketProcessor object. |
ContainerTransportProcessor(Container container,
Allocator allocator,
int count)
Constructor for the
ContainerProcessor object. |
ContainerTransportProcessor(Container container,
Allocator allocator,
int count,
int select)
Constructor for the
ContainerProcessor object. |
Constructor and Description |
---|
ChunkedConsumer(Allocator allocator)
Constructor for the
ChunkedConsumer object. |
EntityConsumer(Allocator allocator,
Channel channel)
Constructor for the
EntityConsumer object. |
FileUploadConsumer(Allocator allocator,
byte[] boundary,
long length)
Constructor for the
FileUploadConsumer object. |
FixedLengthConsumer(Allocator allocator,
long limit)
Constructor for the
FixedLengthConsumer object. |
Copyright © 2015. All rights reserved.