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 TypeMethodDescriptionbooleanHttpChannelOverFCGI.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 classEOF special content.static final classError special content.static classAbstract class that implements the standard special content behavior.static classSimple 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.ContentHttpChannel.produceContent()Produce aHttpInput.Contentobject 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 TypeMethodDescriptionbooleanHttpChannel.onContent(HttpInput.Content content) HttpInput.Interceptor.readFrom(HttpInput.Content content) voidContentProducer.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