public class EmptyHttpInput extends HttpInput<ByteBuffer>
| Constructor and Description |
|---|
EmptyHttpInput() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
get(ByteBuffer item,
byte[] buffer,
int offset,
int length) |
protected void |
onContentConsumed(ByteBuffer item) |
protected int |
remaining(ByteBuffer item) |
available, blockForContent, consumeAll, content, earlyEOF, isEarlyEOF, isShutdown, lock, onAllContentConsumed, onContentQueued, onEOF, read, read, recycle, shutdownclose, mark, markSupported, read, reset, skipprotected int get(ByteBuffer item, byte[] buffer, int offset, int length)
get in class HttpInput<ByteBuffer>protected void onContentConsumed(ByteBuffer item)
onContentConsumed in class HttpInput<ByteBuffer>protected int remaining(ByteBuffer item)
remaining in class HttpInput<ByteBuffer>Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.