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 TypeClassDescriptionprivate class
static class
static class
A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)Fields in org.eclipse.jetty.server declared as HttpInput.ContentModifier and TypeFieldDescriptionprivate HttpInput.Content
HttpInput._content
private HttpInput.Content
HttpInput._intercepted
(package private) static final HttpInput.Content
HttpInput.EARLY_EOF_CONTENT
(package private) static final HttpInput.Content
HttpInput.EOF_CONTENT
Fields in org.eclipse.jetty.server with type parameters of type HttpInput.ContentMethods in org.eclipse.jetty.server that return HttpInput.ContentModifier and TypeMethodDescriptionprivate HttpInput.Content
HttpInput.intercept
(HttpInput.Content content) (package private) HttpInput.Content
HttpConnection.newContent
(ByteBuffer c) 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.ChainedInterceptor.readFrom
(HttpInput.Content content) HttpInput.Interceptor.readFrom
(HttpInput.Content content) Methods in org.eclipse.jetty.server with parameters of type HttpInput.ContentModifier and TypeMethodDescriptionboolean
HttpInput.addContent
(HttpInput.Content content) Adds some content to this input stream.private void
HttpInput.consume
(HttpInput.Content content) private Throwable
HttpInput.fail
(HttpInput.Content content, Throwable failure) protected int
HttpInput.get
(HttpInput.Content content, byte[] buffer, int offset, int length) Copies the given content into the given byte buffer.private HttpInput.Content
HttpInput.intercept
(HttpInput.Content content) boolean
HttpChannel.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