Uses of Class
org.eclipse.jetty.server.HttpInput.Content
-
Packages that use HttpInput.Content Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of HttpInput.Content in org.eclipse.jetty.server
Subclasses of HttpInput.Content in org.eclipse.jetty.server Modifier and Type Class Description static classHttpInput.EofContentEOF special content.static classHttpInput.ErrorContentError special content.static classHttpInput.SpecialContentAbstract class that implements the standard special content behavior.static classHttpInput.WrappingContentSimple non-special content wrapper allow overriding the EOF flag.Methods in org.eclipse.jetty.server that return HttpInput.Content Modifier and Type Method Description HttpInput.ContentContentProducer. 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.HttpInput.ContentHttpChannelOverHttp. produceContent()HttpInput.ContentHttpInput.Interceptor. readFrom(HttpInput.Content content)Methods in org.eclipse.jetty.server with parameters of type HttpInput.Content Modifier and Type Method Description booleanHttpChannel. onContent(HttpInput.Content content)HttpInput.ContentHttpInput.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 Constructor Description WrappingContent(HttpInput.Content delegate, boolean eof) -
Uses of HttpInput.Content in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return HttpInput.Content Modifier and Type Method Description HttpInput.ContentGzipHttpInputInterceptor. readFrom(HttpInput.Content content)Methods in org.eclipse.jetty.server.handler.gzip with parameters of type HttpInput.Content Modifier and Type Method Description HttpInput.ContentGzipHttpInputInterceptor. readFrom(HttpInput.Content content)
-