|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputFilter | |
|---|---|
| com.sun.grizzly.tcp.http11 | |
| com.sun.grizzly.tcp.http11.filters | |
| Uses of OutputFilter in com.sun.grizzly.tcp.http11 |
|---|
| Fields in com.sun.grizzly.tcp.http11 declared as OutputFilter | |
|---|---|
protected OutputFilter[] |
InternalOutputBuffer.activeFilters
Active filter (which is actually the top of the pipeline). |
protected OutputFilter[] |
InternalOutputBuffer.filterLibrary
Filter library. |
| Methods in com.sun.grizzly.tcp.http11 that return OutputFilter | |
|---|---|
OutputFilter[] |
InternalOutputBuffer.getFilters()
Get filters. |
| Methods in com.sun.grizzly.tcp.http11 with parameters of type OutputFilter | |
|---|---|
void |
InternalOutputBuffer.addActiveFilter(OutputFilter filter)
Add an output filter to the filter library. |
void |
InternalOutputBuffer.addFilter(OutputFilter filter)
Add an output filter to the filter library. |
void |
InternalOutputBuffer.addLastOutputFilter(OutputFilter lastOutputFilter)
Add the last OutputFilter that will be invoked when processing
the writing of the response bytes. |
| Uses of OutputFilter in com.sun.grizzly.tcp.http11.filters |
|---|
| Classes in com.sun.grizzly.tcp.http11.filters that implement OutputFilter | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||