Uses of Interface
org.eclipse.jetty.server.HttpOutput.Interceptor
-
Packages that use HttpOutput.Interceptor Package Description org.eclipse.jetty.fcgi.server org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement HttpOutput.Interceptor Modifier and Type Class Description classHttpChannelOverFCGI -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpOutput.Interceptor Modifier and Type Class Description classHttpChannelHttpChannel represents a single endpoint for HTTP semantic processing.classHttpChannelOverHttpAn HttpChannel customized to be transported over the HTTP/1 protocolFields in org.eclipse.jetty.server declared as HttpOutput.Interceptor Modifier and Type Field Description private HttpOutput.InterceptorHttpOutput. _interceptorMethods in org.eclipse.jetty.server that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.InterceptorHttpOutput. getInterceptor()HttpOutput.InterceptorHttpChannel. getNextInterceptor()HttpOutput.InterceptorHttpOutput.Interceptor. getNextInterceptor()Methods in org.eclipse.jetty.server with parameters of type HttpOutput.Interceptor Modifier and Type Method Description voidHttpOutput. setInterceptor(HttpOutput.Interceptor interceptor) -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server.handler
Subinterfaces of HttpOutput.Interceptor in org.eclipse.jetty.server.handler Modifier and Type Interface Description protected static interfaceBufferedResponseHandler.BufferedInterceptorAnHttpOutput.Interceptorwhich is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)and is used by the implementation to buffer outgoing content.Classes in org.eclipse.jetty.server.handler that implement HttpOutput.Interceptor Modifier and Type Class Description (package private) classBufferedResponseHandler.ArrayBufferedInterceptor(package private) classFileBufferedResponseHandler.FileBufferedInterceptorprivate classSizeLimitHandler.LimitInterceptorFields in org.eclipse.jetty.server.handler declared as HttpOutput.Interceptor Modifier and Type Field Description private HttpOutput.InterceptorBufferedResponseHandler.ArrayBufferedInterceptor. _nextprivate HttpOutput.InterceptorFileBufferedResponseHandler.FileBufferedInterceptor. _nextprivate HttpOutput.InterceptorSizeLimitHandler.LimitInterceptor. _nextOutputMethods in org.eclipse.jetty.server.handler that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.InterceptorBufferedResponseHandler.ArrayBufferedInterceptor. getNextInterceptor()HttpOutput.InterceptorFileBufferedResponseHandler.FileBufferedInterceptor. getNextInterceptor()HttpOutput.InterceptorSizeLimitHandler.LimitInterceptor. getNextInterceptor()Methods in org.eclipse.jetty.server.handler with parameters of type HttpOutput.Interceptor Modifier and Type Method Description protected BufferedResponseHandler.BufferedInterceptorBufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)protected BufferedResponseHandler.BufferedInterceptorFileBufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)Constructors in org.eclipse.jetty.server.handler with parameters of type HttpOutput.Interceptor Constructor Description ArrayBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)FileBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)LimitInterceptor(HttpOutput.Interceptor nextOutput) -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HttpOutput.Interceptor Modifier and Type Class Description classGzipHttpOutputInterceptorFields in org.eclipse.jetty.server.handler.gzip declared as HttpOutput.Interceptor Modifier and Type Field Description private HttpOutput.InterceptorGzipHttpOutputInterceptor. _interceptorMethods in org.eclipse.jetty.server.handler.gzip that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.InterceptorGzipHttpOutputInterceptor. getNextInterceptor()Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpOutput.Interceptor Constructor Description GzipHttpOutputInterceptor(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)
-