Uses of Interface
org.eclipse.jetty.ee9.nested.HttpOutput.Interceptor
Packages that use HttpOutput.Interceptor
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.ee9.nested
Subinterfaces of HttpOutput.Interceptor in org.eclipse.jetty.ee9.nestedModifier and TypeInterfaceDescriptionprotected static interface
AnHttpOutput.Interceptor
which is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content.Classes in org.eclipse.jetty.ee9.nested that implement HttpOutput.InterceptorModifier and TypeClassDescriptionclass
The state machine that processes a request/response cycle interpreting the HTTP and Servlet semantic.Methods in org.eclipse.jetty.ee9.nested that return HttpOutput.InterceptorModifier and TypeMethodDescriptionHttpOutput.getInterceptor()
HttpChannel.getNextInterceptor()
HttpOutput.Interceptor.getNextInterceptor()
Methods in org.eclipse.jetty.ee9.nested with parameters of type HttpOutput.InterceptorModifier and TypeMethodDescriptionBufferedResponseHandler.newBufferedInterceptor
(HttpChannel httpChannel, HttpOutput.Interceptor interceptor) FileBufferedResponseHandler.newBufferedInterceptor
(HttpChannel httpChannel, HttpOutput.Interceptor interceptor) void
HttpOutput.setInterceptor
(HttpOutput.Interceptor interceptor)