| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| Modifier and Type | Class | Description |
|---|---|---|
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 | Method | Description |
|---|---|---|
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.ChainedInterceptor.readFrom(HttpInput.Content content) |
|
HttpInput.Content |
HttpInput.Interceptor.readFrom(HttpInput.Content content) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
HttpInput.addContent(HttpInput.Content content) |
Adds some content to this input stream.
|
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.ChainedInterceptor.readFrom(HttpInput.Content content) |
|
HttpInput.Content |
HttpInput.Interceptor.readFrom(HttpInput.Content content) |
|
protected void |
HttpInput.skip(HttpInput.Content content,
int length) |
Consumes the given content.
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpInput.Content |
GzipHttpInputInterceptor.readFrom(HttpInput.Content content) |
| Modifier and Type | Method | Description |
|---|---|---|
HttpInput.Content |
GzipHttpInputInterceptor.readFrom(HttpInput.Content content) |
Copyright © 1995–2018 Webtide. All rights reserved.