| Package | Description |
|---|---|
| org.eclipse.jetty.io |
| Modifier and Type | Field and Description |
|---|---|
protected Buffers.Type |
AbstractBuffers._bufferType |
protected Buffers.Type |
AbstractBuffers._headerType |
protected Buffers.Type |
AbstractBuffers._otherType |
| Modifier and Type | Method and Description |
|---|---|
static Buffers.Type |
Buffers.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buffers.Type[] |
Buffers.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Buffers |
BuffersFactory.newBuffers(Buffers.Type headerType,
int headerSize,
Buffers.Type bufferType,
int bufferSize,
Buffers.Type otherType,
int maxSize) |
| Constructor and Description |
|---|
AbstractBuffers(Buffers.Type headerType,
int headerSize,
Buffers.Type bufferType,
int bufferSize,
Buffers.Type otherType) |
PooledBuffers(Buffers.Type headerType,
int headerSize,
Buffers.Type bufferType,
int bufferSize,
Buffers.Type otherType,
int maxSize) |
ThreadLocalBuffers(Buffers.Type headerType,
int headerSize,
Buffers.Type bufferType,
int bufferSize,
Buffers.Type otherType) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.