public static class HttpInput.Content
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.ByteBuffer |
_content |
| Constructor and Description |
|---|
Content(java.nio.ByteBuffer content) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(byte[] buffer,
int offset,
int length) |
java.nio.ByteBuffer |
getByteBuffer() |
InvocationType |
getInvocationType() |
boolean |
hasContent() |
boolean |
isEmpty() |
int |
remaining() |
int |
skip(int length) |
java.lang.String |
toString() |
public java.nio.ByteBuffer getByteBuffer()
public InvocationType getInvocationType()
public int get(byte[] buffer,
int offset,
int length)
public int skip(int length)
public boolean hasContent()
public int remaining()
public boolean isEmpty()
public java.lang.String toString()
toString in class java.lang.Object