Uses of Interface
org.eclipse.jetty.server.HttpOutput.Interceptor
-
Packages that use HttpOutput.Interceptor Package Description 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.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
Classes in org.eclipse.jetty.server.handler that implement HttpOutput.Interceptor Modifier and Type Class Description private classBufferedResponseHandler.BufferedInterceptorFields in org.eclipse.jetty.server.handler declared as HttpOutput.Interceptor Modifier and Type Field Description (package private) HttpOutput.InterceptorBufferedResponseHandler.BufferedInterceptor. _nextMethods in org.eclipse.jetty.server.handler that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.InterceptorBufferedResponseHandler.BufferedInterceptor. getNextInterceptor()Constructors in org.eclipse.jetty.server.handler with parameters of type HttpOutput.Interceptor Constructor Description BufferedInterceptor(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.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)
-