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 Jetty Server : Core Handler 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 private classHttpConnection.Contentstatic classHttpInput.EofContentstatic classHttpInput.SentinelContentA 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.Content Modifier and Type Field Description private HttpInput.ContentHttpInput. _contentprivate HttpInput.ContentHttpInput. _intercepted(package private) static HttpInput.ContentHttpInput. EARLY_EOF_CONTENT(package private) static HttpInput.ContentHttpInput. EOF_CONTENTFields in org.eclipse.jetty.server with type parameters of type HttpInput.Content Modifier and Type Field Description private java.util.Deque<HttpInput.Content>HttpInput. _inputQMethods in org.eclipse.jetty.server that return HttpInput.Content Modifier and Type Method Description (package private) HttpInput.ContentHttpConnection. newContent(java.nio.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.ContentHttpInput.ChainedInterceptor. readFrom(HttpInput.Content content)HttpInput.ContentHttpInput.Interceptor. readFrom(HttpInput.Content content)Methods in org.eclipse.jetty.server with parameters of type HttpInput.Content Modifier and Type Method Description booleanHttpInput. addContent(HttpInput.Content content)Adds some content to this input stream.private voidHttpInput. consume(HttpInput.Content content)private java.lang.ThrowableHttpInput. fail(HttpInput.Content content, java.lang.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.ContentHttpInput.ChainedInterceptor. readFrom(HttpInput.Content content)HttpInput.ContentHttpInput.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.Content Modifier and Type Method Description HttpInput.ContentSizeLimitHandler.LimitInterceptor. readFrom(HttpInput.Content content)Methods in org.eclipse.jetty.server.handler with parameters of type HttpInput.Content Modifier and Type Method Description HttpInput.ContentSizeLimitHandler.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.Content Modifier and Type Method Description HttpInput.ContentGzipHttpInputInterceptor. readFrom(HttpInput.Content content)Methods in org.eclipse.jetty.server.handler.gzip with parameters of type HttpInput.Content Modifier and Type Method Description HttpInput.ContentGzipHttpInputInterceptor. readFrom(HttpInput.Content content)
-