Uses of Interface
org.eclipse.jetty.server.HttpInput.Interceptor
Packages that use HttpInput.Interceptor
Package
Description
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpInput.InterceptorModifier and TypeClassDescriptionstatic classAnHttpInput.Interceptorthat chains two otherHttpInput.Interceptors together.Fields in org.eclipse.jetty.server declared as HttpInput.InterceptorModifier and TypeFieldDescriptionprivate HttpInput.InterceptorHttpInput._interceptorprivate final HttpInput.InterceptorHttpInput.ChainedInterceptor._nextprivate final HttpInput.InterceptorHttpInput.ChainedInterceptor._prevMethods in org.eclipse.jetty.server that return HttpInput.InterceptorModifier and TypeMethodDescriptionHttpInput.getInterceptor()HttpInput.ChainedInterceptor.getNext()HttpInput.ChainedInterceptor.getPrev()Methods in org.eclipse.jetty.server with parameters of type HttpInput.InterceptorModifier and TypeMethodDescriptionvoidHttpInput.addInterceptor(HttpInput.Interceptor interceptor) Set theHttpInput.Interceptor, using aHttpInput.ChainedInterceptorif anHttpInput.Interceptoris already set.voidHttpInput.setInterceptor(HttpInput.Interceptor interceptor) Set the interceptor.Constructors in org.eclipse.jetty.server with parameters of type HttpInput.InterceptorModifierConstructorDescription -
Uses of HttpInput.Interceptor in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HttpInput.InterceptorModifier and TypeClassDescriptionclassAn HttpInput Interceptor that inflates GZIP encoded request content.