Uses of Interface
org.eclipse.jetty.server.HttpInput.Interceptor
Packages that use HttpInput.Interceptor
Package
Description
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpInput.Interceptor in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpInput.InterceptorModifier and TypeClassDescriptionstatic class
AnHttpInput.Interceptor
that chains two otherHttpInput.Interceptor
s together.Fields in org.eclipse.jetty.server declared as HttpInput.InterceptorModifier and TypeFieldDescriptionprivate HttpInput.Interceptor
HttpInput._interceptor
private final HttpInput.Interceptor
HttpInput.ChainedInterceptor._next
private final HttpInput.Interceptor
HttpInput.ChainedInterceptor._prev
Methods in org.eclipse.jetty.server that return HttpInput.InterceptorModifier and TypeMethodDescriptionHttpInput.getInterceptor()
HttpInput.ChainedInterceptor.getNext()
HttpInput.ChainedInterceptor.getPrev()
Methods in org.eclipse.jetty.server with parameters of type HttpInput.InterceptorModifier and TypeMethodDescriptionvoid
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.InterceptorModifierConstructorDescription -
Uses of HttpInput.Interceptor in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HttpInput.InterceptorModifier and TypeClassDescriptionclass
An HttpInput Interceptor that inflates GZIP encoded request content.