Uses of Class
org.eclipse.jetty.ee10.proxy.AfterContentTransformer.Source
Packages that use AfterContentTransformer.Source
-
Uses of AfterContentTransformer.Source in org.eclipse.jetty.ee10.proxy
Methods in org.eclipse.jetty.ee10.proxy with parameters of type AfterContentTransformer.SourceModifier and TypeMethodDescriptionabstract boolean
AfterContentTransformer.transform
(AfterContentTransformer.Source source, AfterContentTransformer.Sink sink) Transforms the original content read from thesource
into transformed content written to thesink
.