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