Uses of Interface
org.eclipse.jetty.server.HttpOutput.Interceptor
Packages that use HttpOutput.Interceptor
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement HttpOutput.Interceptor -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement HttpOutput.InterceptorModifier and TypeClassDescriptionprotected class
class
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpOutput.InterceptorModifier and TypeClassDescriptionclass
HttpChannel represents a single endpoint for HTTP semantic processing.class
An HttpChannel customized to be transported over the HTTP/1 protocolMethods in org.eclipse.jetty.server that return HttpOutput.InterceptorModifier and TypeMethodDescriptionHttpOutput.getInterceptor()
HttpChannel.getNextInterceptor()
HttpOutput.Interceptor.getNextInterceptor()
Methods in org.eclipse.jetty.server with parameters of type HttpOutput.InterceptorModifier and TypeMethodDescriptionvoid
HttpOutput.setInterceptor
(HttpOutput.Interceptor interceptor) -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server.handler
Subinterfaces of HttpOutput.Interceptor in org.eclipse.jetty.server.handlerModifier and TypeInterfaceDescriptionprotected static interface
AnHttpOutput.Interceptor
which is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content.Methods in org.eclipse.jetty.server.handler with parameters of type HttpOutput.InterceptorModifier and TypeMethodDescriptionBufferedResponseHandler.newBufferedInterceptor
(HttpChannel httpChannel, HttpOutput.Interceptor interceptor) FileBufferedResponseHandler.newBufferedInterceptor
(HttpChannel httpChannel, HttpOutput.Interceptor interceptor) -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HttpOutput.InterceptorMethods in org.eclipse.jetty.server.handler.gzip that return HttpOutput.InterceptorConstructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpOutput.InterceptorModifierConstructorDescriptionGzipHttpOutputInterceptor
(GzipFactory factory, HttpField vary, int bufferSize, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush) GzipHttpOutputInterceptor
(GzipFactory factory, HttpField vary, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush) GzipHttpOutputInterceptor
(GzipFactory factory, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)