Uses of Interface
org.eclipse.jetty.server.HttpInput.Interceptor
-
Packages that use HttpInput.Interceptor Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpInput.Interceptor Modifier and Type Method Description HttpInput.InterceptorContentProducer. getInterceptor()Get theHttpInput.Interceptor.HttpInput.InterceptorHttpInput. getInterceptor()Methods in org.eclipse.jetty.server with parameters of type HttpInput.Interceptor Modifier and Type Method Description voidHttpInput. addInterceptor(HttpInput.Interceptor interceptor)Set theHttpInput.Interceptor, chaining it to the existing one if anHttpInput.Interceptoris already set.voidContentProducer. setInterceptor(HttpInput.Interceptor interceptor)Set the interceptor.voidHttpInput. setInterceptor(HttpInput.Interceptor interceptor)Set the interceptor. -
Uses of HttpInput.Interceptor in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HttpInput.Interceptor Modifier and Type Class Description classGzipHttpInputInterceptorAn HttpInput Interceptor that inflates GZIP encoded request content.
-