Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
Modifier and Type | Class and Description |
---|---|
private class |
HttpConnection.Content |
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)
|
Modifier and Type | Field and Description |
---|---|
private HttpInput.Content |
HttpInput._content |
private HttpInput.Content |
HttpInput._intercepted |
(package private) static HttpInput.Content |
HttpInput.EARLY_EOF_CONTENT |
(package private) static HttpInput.Content |
HttpInput.EOF_CONTENT |
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<HttpInput.Content> |
HttpInput._inputQ |
Modifier and Type | Method and Description |
---|---|
(package private) HttpInput.Content |
HttpConnection.newContent(java.nio.ByteBuffer c) |
protected HttpInput.Content |
HttpInput.nextContent()
Get the next content from the inputQ, calling
HttpInput.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.produceNextContext()
Get the next readable from the inputQ, calling
HttpInput.produceContent() if need be. |
HttpInput.Content |
HttpInput.Interceptor.readFrom(HttpInput.Content content) |
HttpInput.Content |
HttpInput.ChainedInterceptor.readFrom(HttpInput.Content content) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpInput.addContent(HttpInput.Content content)
Adds some content to this input stream.
|
private void |
HttpInput.consume(HttpInput.Content content) |
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.Interceptor.readFrom(HttpInput.Content content) |
HttpInput.Content |
HttpInput.ChainedInterceptor.readFrom(HttpInput.Content content) |
protected void |
HttpInput.skip(HttpInput.Content content,
int length)
Consumes the given content.
|
Modifier and Type | Method and Description |
---|---|
HttpInput.Content |
GzipHttpInputInterceptor.readFrom(HttpInput.Content content) |
Modifier and Type | Method and Description |
---|---|
HttpInput.Content |
GzipHttpInputInterceptor.readFrom(HttpInput.Content content) |