Uses of Class
org.eclipse.jetty.proxy.AfterContentTransformer.Source
-
Packages that use AfterContentTransformer.Source Package Description org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Support -
-
Uses of AfterContentTransformer.Source in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy with parameters of type AfterContentTransformer.Source Modifier and Type Method Description abstract boolean
AfterContentTransformer. transform(AfterContentTransformer.Source source, AfterContentTransformer.Sink sink)
Transforms the original content read from thesource
into transformed content written to thesink
.
-