| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpInput.ChainedInterceptor
An
HttpInput.Interceptor that chains two other HttpInput.Interceptors together. |
| Modifier and Type | Method and Description |
|---|---|
HttpInput.Interceptor |
HttpInput.getInterceptor() |
HttpInput.Interceptor |
HttpInput.ChainedInterceptor.getNext() |
HttpInput.Interceptor |
HttpInput.ChainedInterceptor.getPrev() |
| Modifier and Type | Method and 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 and Description |
|---|
ChainedInterceptor(HttpInput.Interceptor prev,
HttpInput.Interceptor next) |
| Modifier and Type | Class and Description |
|---|---|
class |
GzipHttpInputInterceptor
A HttpInput Interceptor that inflates GZIP encoded request content.
|
Copyright © 1995–2017 Webtide. All rights reserved.