Uses of Interface
org.eclipse.jetty.server.HttpOutput.Interceptor
-
Packages that use HttpOutput.Interceptor Package Description org.eclipse.jetty.fcgi.server org.eclipse.jetty.http2.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 class
HttpChannelOverFCGI
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement HttpOutput.Interceptor Modifier and Type Class Description protected class
HTTP2ServerConnection.ServerHttpChannelOverHTTP2
class
HttpChannelOverHTTP2
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpOutput.Interceptor Modifier and Type Class Description class
HttpChannel
HttpChannel represents a single endpoint for HTTP semantic processing.class
HttpChannelOverHttp
An HttpChannel customized to be transported over the HTTP/1 protocolMethods in org.eclipse.jetty.server that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.Interceptor
HttpOutput. getInterceptor()
HttpOutput.Interceptor
HttpChannel. getNextInterceptor()
HttpOutput.Interceptor
HttpOutput.Interceptor. getNextInterceptor()
Methods in org.eclipse.jetty.server with parameters of type HttpOutput.Interceptor Modifier and Type Method Description void
HttpOutput. 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 interface
BufferedResponseHandler.BufferedInterceptor
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.Interceptor Modifier and Type Method Description protected BufferedResponseHandler.BufferedInterceptor
BufferedResponseHandler. newBufferedInterceptor(HttpChannel httpChannel, HttpOutput.Interceptor interceptor)
protected BufferedResponseHandler.BufferedInterceptor
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.Interceptor Modifier and Type Class Description class
GzipHttpOutputInterceptor
Methods in org.eclipse.jetty.server.handler.gzip that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.Interceptor
GzipHttpOutputInterceptor. 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)
-