Uses of Class
org.eclipse.jetty.server.HttpInput.Content
Packages that use HttpInput.Content
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of HttpInput.Content in org.eclipse.jetty.server
Subclasses of HttpInput.Content in org.eclipse.jetty.serverModifier and TypeClassDescriptionprivate classstatic classstatic classA 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.ContentHttpInput._contentprivate HttpInput.ContentHttpInput._intercepted(package private) static final HttpInput.ContentHttpInput.EARLY_EOF_CONTENT(package private) static final HttpInput.ContentHttpInput.EOF_CONTENTFields in org.eclipse.jetty.server with type parameters of type HttpInput.ContentMethods in org.eclipse.jetty.server that return HttpInput.ContentModifier and TypeMethodDescription(package private) HttpInput.ContentHttpConnection.newContent(ByteBuffer c) protected 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.private voidHttpInput.consume(HttpInput.Content content) private ThrowableHttpInput.fail(HttpInput.Content content, Throwable failure) 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
Methods in org.eclipse.jetty.server.handler that return HttpInput.ContentModifier and TypeMethodDescriptionSizeLimitHandler.LimitInterceptor.readFrom(HttpInput.Content content) Methods in org.eclipse.jetty.server.handler with parameters of type HttpInput.ContentModifier and TypeMethodDescriptionSizeLimitHandler.LimitInterceptor.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