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.server
Subclasses of HttpInput.Content in org.eclipse.jetty.serverModifier and TypeClassDescriptionstatic classstatic classA Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)Methods in org.eclipse.jetty.server that return HttpInput.ContentModifier and TypeMethodDescriptionprotected HttpInput.ContentHttpInput.nextContent()Get the next content from the inputQ, callingHttpInput.produceContent()if need be.protected HttpInput.ContentHttpInput.nextInterceptedContent()Poll the inputQ for Content or EOF.protected HttpInput.ContentHttpInput.nextNonSentinelContent()Poll the inputQ for Content.protected HttpInput.ContentHttpInput.produceNextContent()Get the next readable from the inputQ, callingHttpInput.produceContent()if need be.HttpInput.ChainedInterceptor.readFrom(HttpInput.Content content) HttpInput.Interceptor.readFrom(HttpInput.Content content) Methods in org.eclipse.jetty.server with parameters of type HttpInput.ContentModifier and TypeMethodDescriptionbooleanHttpInput.addContent(HttpInput.Content content) Adds some content to this input stream.protected intHttpInput.get(HttpInput.Content content, byte[] buffer, int offset, int length) Copies the given content into the given byte buffer.booleanHttpChannel.onContent(HttpInput.Content content) HttpInput.ChainedInterceptor.readFrom(HttpInput.Content content) HttpInput.Interceptor.readFrom(HttpInput.Content 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