Uses of Interface
org.eclipse.jetty.server.HttpInput.Interceptor
Package
Description
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionContentProducer.getInterceptor()
Get theHttpInput.Interceptor
.HttpInput.getInterceptor()
Modifier and TypeMethodDescriptionvoid
HttpInput.addInterceptor
(HttpInput.Interceptor interceptor) Set theHttpInput.Interceptor
, chaining it to the existing one if anHttpInput.Interceptor
is already set.void
ContentProducer.setInterceptor
(HttpInput.Interceptor interceptor) Set the interceptor.void
HttpInput.setInterceptor
(HttpInput.Interceptor interceptor) Set the interceptor. -
Uses of HttpInput.Interceptor in org.eclipse.jetty.server.handler.gzip
Modifier and TypeClassDescriptionclass
An HttpInput Interceptor that inflates GZIP encoded request content.