Uses of Class
org.eclipse.jetty.server.HttpInput.Content
Packages that use HttpInput.Content
Package
Description
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpInput.Content in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server that return HttpInput.ContentMethods in org.eclipse.jetty.fcgi.server with parameters of type HttpInput.ContentModifier and TypeMethodDescriptionboolean
HttpChannelOverFCGI.onContent
(HttpInput.Content content) -
Uses of HttpInput.Content in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return HttpInput.Content -
Uses of HttpInput.Content in org.eclipse.jetty.server
Subclasses of HttpInput.Content in org.eclipse.jetty.serverModifier and TypeClassDescriptionstatic final class
EOF special content.static final class
Error special content.static class
Abstract class that implements the standard special content behavior.static class
Simple non-special content wrapper allow overriding the EOF flag.Methods in org.eclipse.jetty.server that return HttpInput.ContentModifier and TypeMethodDescriptionContentProducer.nextContent()
Get the next content that can be read from or that describes the special condition that was reached (error, eof).abstract HttpInput.Content
HttpChannel.produceContent()
Produce aHttpInput.Content
object with data currently stored within the channel.HttpChannelOverHttp.produceContent()
HttpInput.Interceptor.readFrom
(HttpInput.Content content) Methods in org.eclipse.jetty.server with parameters of type HttpInput.ContentModifier and TypeMethodDescriptionboolean
HttpChannel.onContent
(HttpInput.Content content) HttpInput.Interceptor.readFrom
(HttpInput.Content content) void
ContentProducer.reclaim
(HttpInput.Content content) Free up the content by callingCallback.succeeded()
on it and updating this instance' internal state.Constructors in org.eclipse.jetty.server with parameters of type HttpInput.Content -
Uses of HttpInput.Content in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return HttpInput.ContentMethods in org.eclipse.jetty.server.handler.gzip with parameters of type HttpInput.Content