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.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 protocolFields in org.eclipse.jetty.server declared as HttpOutput.InterceptorMethods 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
Classes in org.eclipse.jetty.server.handler that implement HttpOutput.InterceptorFields in org.eclipse.jetty.server.handler declared as HttpOutput.InterceptorModifier and TypeFieldDescription(package private) final HttpOutput.Interceptor
BufferedResponseHandler.BufferedInterceptor._next
Methods in org.eclipse.jetty.server.handler that return HttpOutput.InterceptorModifier and TypeMethodDescriptionBufferedResponseHandler.BufferedInterceptor.getNextInterceptor()
Constructors in org.eclipse.jetty.server.handler with parameters of type HttpOutput.InterceptorModifierConstructorDescriptionBufferedInterceptor
(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.InterceptorFields in org.eclipse.jetty.server.handler.gzip declared as HttpOutput.InterceptorModifier and TypeFieldDescriptionprivate final HttpOutput.Interceptor
GzipHttpOutputInterceptor._interceptor
Methods 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)