Uses of Class
org.eclipse.jetty.ee9.nested.HttpInput.Content
Packages that use HttpInput.Content
-
Uses of HttpInput.Content in org.eclipse.jetty.ee9.nested
Subclasses of HttpInput.Content in org.eclipse.jetty.ee9.nestedModifier 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.ee9.nested that return HttpInput.ContentModifier and TypeMethodDescriptionstatic HttpInput.ContentHttpInput.Content.asChunk(Content.Chunk chunk) ContentProducer.nextContent()Get the next content that can be read from or that describes the special condition that was reached (error, eof).HttpChannel.produceContent()Produce aHttpInput.Contentobject with data currently stored within the channel.HttpInput.Interceptor.readFrom(HttpInput.Content content) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.ee9.nested with parameters of type HttpInput.ContentModifier and TypeMethodDescriptionHttpInput.Interceptor.readFrom(HttpInput.Content content) Deprecated, for removal: This API element is subject to removal in a future version.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.ee9.nested with parameters of type HttpInput.Content