Uses of Interface
org.eclipse.jetty.server.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
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.http2.server
Modifier and TypeClassDescriptionprotected class
class
-
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
HttpChannel represents a single endpoint for HTTP semantic processing.class
An HttpChannel customized to be transported over the HTTP/1 protocolModifier and TypeMethodDescriptionHttpOutput.getInterceptor()
HttpChannel.getNextInterceptor()
HttpOutput.Interceptor.getNextInterceptor()
Modifier and TypeMethodDescriptionvoid
HttpOutput.setInterceptor
(HttpOutput.Interceptor interceptor) -
Uses of HttpOutput.Interceptor in org.eclipse.jetty.server.handler
Modifier and TypeInterfaceDescriptionprotected static interface
AnHttpOutput.Interceptor
which is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content.Modifier 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
ModifierConstructorDescriptionGzipHttpOutputInterceptor
(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)