| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HttpInput.EofContent |
|
static class |
HttpInput.PoisonPillContent |
| 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.nextReadable() |
Get the next readable from the inputQ, calling
HttpInput.produceContent()
if need be. |
protected HttpInput.Content |
HttpInput.pollContent() |
Poll the inputQ for Content.
|
protected HttpInput.Content |
HttpInput.pollReadable() |
Poll the inputQ for Content or EOF.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
HttpInput.addContent(HttpInput.Content item) |
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) |
|
protected int |
HttpInput.remaining(HttpInput.Content item) |
|
protected void |
HttpInput.skip(HttpInput.Content content,
int length) |
Consumes the given content.
|
Copyright © 1995–2018 Webtide. All rights reserved.