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 class
HttpInput.EofContent
static class
HttpInput.SentinelContent
A 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.Content Modifier and Type Method Description protected HttpInput.Content
HttpInput. nextContent()
Get the next content from the inputQ, callingHttpInput.produceContent()
if need be.protected HttpInput.Content
HttpInput. nextInterceptedContent()
Poll the inputQ for Content or EOF.protected HttpInput.Content
HttpInput. nextNonSentinelContent()
Poll the inputQ for Content.protected HttpInput.Content
HttpInput. produceNextContent()
Get the next readable from the inputQ, callingHttpInput.produceContent()
if need be.HttpInput.Content
HttpInput.ChainedInterceptor. readFrom(HttpInput.Content content)
HttpInput.Content
HttpInput.Interceptor. readFrom(HttpInput.Content content)
Methods in org.eclipse.jetty.server with parameters of type HttpInput.Content Modifier and Type Method Description boolean
HttpInput. addContent(HttpInput.Content content)
Adds some content to this input stream.protected int
HttpInput. get(HttpInput.Content content, byte[] buffer, int offset, int length)
Copies the given content into the given byte buffer.boolean
HttpChannel. onContent(HttpInput.Content content)
HttpInput.Content
HttpInput.ChainedInterceptor. readFrom(HttpInput.Content content)
HttpInput.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.Content Modifier and Type Method Description HttpInput.Content
GzipHttpInputInterceptor. readFrom(HttpInput.Content content)
Methods in org.eclipse.jetty.server.handler.gzip with parameters of type HttpInput.Content Modifier and Type Method Description HttpInput.Content
GzipHttpInputInterceptor. readFrom(HttpInput.Content content)
-