Uses of Class
org.eclipse.jetty.server.HttpInput.Content
Package
Description
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpInput.Content in org.eclipse.jetty.fcgi.server
Modifier and TypeMethodDescriptionboolean
HttpChannelOverFCGI.onContent
(HttpInput.Content content) -
Uses of HttpInput.Content in org.eclipse.jetty.http2.server
-
Uses of HttpInput.Content in org.eclipse.jetty.server
Modifier 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.Modifier 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) Modifier 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. -
Uses of HttpInput.Content in org.eclipse.jetty.server.handler.gzip