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 class
HttpChannel
HttpChannel represents a single endpoint for HTTP semantic processing.class
HttpChannelOverHttp
An 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.Interceptor
HttpOutput. _interceptor
Methods 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.Classes in org.eclipse.jetty.server.handler that implement HttpOutput.Interceptor Modifier and Type Class Description (package private) class
BufferedResponseHandler.ArrayBufferedInterceptor
(package private) class
FileBufferedResponseHandler.FileBufferedInterceptor
private class
SizeLimitHandler.LimitInterceptor
Fields in org.eclipse.jetty.server.handler declared as HttpOutput.Interceptor Modifier and Type Field Description private HttpOutput.Interceptor
BufferedResponseHandler.ArrayBufferedInterceptor. _next
private HttpOutput.Interceptor
FileBufferedResponseHandler.FileBufferedInterceptor. _next
private HttpOutput.Interceptor
SizeLimitHandler.LimitInterceptor. _nextOutput
Methods in org.eclipse.jetty.server.handler that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.Interceptor
BufferedResponseHandler.ArrayBufferedInterceptor. getNextInterceptor()
HttpOutput.Interceptor
FileBufferedResponseHandler.FileBufferedInterceptor. getNextInterceptor()
HttpOutput.Interceptor
SizeLimitHandler.LimitInterceptor. getNextInterceptor()
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)
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 class
GzipHttpOutputInterceptor
Fields in org.eclipse.jetty.server.handler.gzip declared as HttpOutput.Interceptor Modifier and Type Field Description private HttpOutput.Interceptor
GzipHttpOutputInterceptor. _interceptor
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)
-