|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Buffers.Type | |
|---|---|
| org.eclipse.jetty.http | |
| org.eclipse.jetty.io | |
| Uses of Buffers.Type in org.eclipse.jetty.http |
|---|
| Methods in org.eclipse.jetty.http that return Buffers.Type | |
|---|---|
Buffers.Type |
HttpBuffers.getRequestBufferType()
|
Buffers.Type |
HttpBuffers.getRequestHeaderType()
|
Buffers.Type |
HttpBuffers.getResponseBufferType()
|
Buffers.Type |
HttpBuffers.getResponseHeaderType()
|
| Methods in org.eclipse.jetty.http with parameters of type Buffers.Type | |
|---|---|
protected void |
HttpBuffers.setRequestBufferType(Buffers.Type requestBufferType)
|
protected void |
HttpBuffers.setRequestHeaderType(Buffers.Type requestHeaderType)
|
protected void |
HttpBuffers.setResponseBufferType(Buffers.Type responseBufferType)
|
protected void |
HttpBuffers.setResponseHeaderType(Buffers.Type responseHeaderType)
|
| Uses of Buffers.Type in org.eclipse.jetty.io |
|---|
| Fields in org.eclipse.jetty.io declared as Buffers.Type | |
|---|---|
protected Buffers.Type |
AbstractBuffers._bufferType
|
protected Buffers.Type |
AbstractBuffers._headerType
|
protected Buffers.Type |
AbstractBuffers._otherType
|
| Methods in org.eclipse.jetty.io that return Buffers.Type | |
|---|---|
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. |
| Methods in org.eclipse.jetty.io with parameters of type Buffers.Type | |
|---|---|
static Buffers |
BuffersFactory.newBuffers(Buffers.Type headerType,
int headerSize,
Buffers.Type bufferType,
int bufferSize,
Buffers.Type otherType,
int maxSize)
|
| Constructors in org.eclipse.jetty.io with parameters of type Buffers.Type | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||