Uses of Interface
org.eclipse.jetty.ee8.nested.HttpInput.Interceptor
Packages that use HttpInput.Interceptor
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return HttpInput.InterceptorModifier and TypeMethodDescriptionContentProducer.getInterceptor()Get theHttpInput.Interceptor.HttpInput.getInterceptor()Methods in org.eclipse.jetty.ee8.nested with parameters of type HttpInput.InterceptorModifier and TypeMethodDescriptionvoidHttpInput.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.