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 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 TypeMethodDescriptionprivate HttpInput.ContentHttpInput.intercept(HttpInput.Content content) (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.private HttpInput.ContentHttpInput.intercept(HttpInput.Content content) 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