|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputBuffer | |
|---|---|
| com.sun.grizzly.tcp | |
| com.sun.grizzly.tcp.http11 | |
| com.sun.grizzly.tcp.http11.filters | |
| Uses of OutputBuffer in com.sun.grizzly.tcp |
|---|
| Fields in com.sun.grizzly.tcp declared as OutputBuffer | |
|---|---|
protected OutputBuffer |
Response.outputBuffer
Associated output buffer. |
| Methods in com.sun.grizzly.tcp that return OutputBuffer | |
|---|---|
OutputBuffer |
Response.getOutputBuffer()
|
| Methods in com.sun.grizzly.tcp with parameters of type OutputBuffer | |
|---|---|
void |
Response.setOutputBuffer(OutputBuffer outputBuffer)
|
| Uses of OutputBuffer in com.sun.grizzly.tcp.http11 |
|---|
| Subinterfaces of OutputBuffer in com.sun.grizzly.tcp.http11 | |
|---|---|
interface |
OutputFilter
Output filter. |
| Classes in com.sun.grizzly.tcp.http11 that implement OutputBuffer | |
|---|---|
class |
InternalOutputBuffer
Output buffer. |
protected class |
InternalOutputBuffer.OutputStreamOutputBuffer
This class is an output buffer which will write data to an output stream. |
| Fields in com.sun.grizzly.tcp.http11 declared as OutputBuffer | |
|---|---|
protected OutputBuffer |
InternalOutputBuffer.outputStreamOutputBuffer
Underlying output buffer. |
| Methods in com.sun.grizzly.tcp.http11 with parameters of type OutputBuffer | |
|---|---|
void |
OutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline. |
| Uses of OutputBuffer in com.sun.grizzly.tcp.http11.filters |
|---|
| Classes in com.sun.grizzly.tcp.http11.filters that implement OutputBuffer | |
|---|---|
class |
ChunkedOutputFilter
Chunked output filter. |
class |
GzipOutputFilter
Gzip output filter. |
class |
IdentityOutputFilter
Identity output filter. |
class |
VoidOutputFilter
Void output filter, which silently swallows bytes written. |
| Fields in com.sun.grizzly.tcp.http11.filters declared as OutputBuffer | |
|---|---|
protected OutputBuffer |
ChunkedOutputFilter.buffer
Next buffer in the pipeline. |
protected OutputBuffer |
IdentityOutputFilter.buffer
Next buffer in the pipeline. |
protected OutputBuffer |
VoidOutputFilter.buffer
Next buffer in the pipeline. |
protected OutputBuffer |
GzipOutputFilter.buffer
Next buffer in the pipeline. |
| Methods in com.sun.grizzly.tcp.http11.filters with parameters of type OutputBuffer | |
|---|---|
void |
ChunkedOutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline. |
void |
IdentityOutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline. |
void |
VoidOutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline. |
void |
GzipOutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||