| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HttpInput.ChainedInterceptor |
An
HttpInput.Interceptor that chains two other HttpInput.Interceptors together. |
| Modifier and Type | Method | Description |
|---|---|---|
HttpInput.Interceptor |
HttpInput.getInterceptor() |
|
HttpInput.Interceptor |
HttpInput.ChainedInterceptor.getNext() |
|
HttpInput.Interceptor |
HttpInput.ChainedInterceptor.getPrev() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpInput.addInterceptor(HttpInput.Interceptor interceptor) |
Set the
HttpInput.Interceptor, using a HttpInput.ChainedInterceptor if
an HttpInput.Interceptor is already set. |
void |
HttpInput.setInterceptor(HttpInput.Interceptor interceptor) |
Set the interceptor.
|
| Constructor | Description |
|---|---|
ChainedInterceptor(HttpInput.Interceptor prev,
HttpInput.Interceptor next) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GzipHttpInputInterceptor |
A HttpInput Interceptor that inflates GZIP encoded request content.
|
Copyright © 1995–2018 Webtide. All rights reserved.