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
Classes in org.eclipse.jetty.server.handler that implement HttpOutput.Interceptor Modifier and Type Class Description private class
BufferedResponseHandler.BufferedInterceptor
Fields in org.eclipse.jetty.server.handler declared as HttpOutput.Interceptor Modifier and Type Field Description (package private) HttpOutput.Interceptor
BufferedResponseHandler.BufferedInterceptor. _next
Methods in org.eclipse.jetty.server.handler that return HttpOutput.Interceptor Modifier and Type Method Description HttpOutput.Interceptor
BufferedResponseHandler.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 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)
-