Uses of Interface
org.eclipse.jetty.server.HttpInput.Interceptor
-
Packages that use HttpInput.Interceptor Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpInput.Interceptor Modifier and Type Class Description static class
HttpInput.ChainedInterceptor
AnHttpInput.Interceptor
that chains two otherHttpInput.Interceptor
s together.Methods in org.eclipse.jetty.server that return HttpInput.Interceptor Modifier and Type Method Description HttpInput.Interceptor
HttpInput. getInterceptor()
HttpInput.Interceptor
HttpInput.ChainedInterceptor. getNext()
HttpInput.Interceptor
HttpInput.ChainedInterceptor. getPrev()
Methods in org.eclipse.jetty.server with parameters of type HttpInput.Interceptor Modifier and Type Method Description void
HttpInput. addInterceptor(HttpInput.Interceptor interceptor)
Set theHttpInput.Interceptor
, using aHttpInput.ChainedInterceptor
if anHttpInput.Interceptor
is already set.void
HttpInput. setInterceptor(HttpInput.Interceptor interceptor)
Set the interceptor.Constructors in org.eclipse.jetty.server with parameters of type HttpInput.Interceptor Constructor Description ChainedInterceptor(HttpInput.Interceptor prev, HttpInput.Interceptor next)
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HttpInput.Interceptor Modifier and Type Class Description class
GzipHttpInputInterceptor
An HttpInput Interceptor that inflates GZIP encoded request content.
-