public interface HttpContent
Modifier and Type | Interface and Description |
---|---|
static class |
HttpContent.ResourceAsHttpContent |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
String |
getContentType() |
ByteBuffer |
getDirectBuffer() |
String |
getETag() |
ByteBuffer |
getIndirectBuffer() |
InputStream |
getInputStream() |
String |
getLastModified() |
ReadableByteChannel |
getReadableByteChannel() |
Resource |
getResource() |
void |
release() |
String getContentType()
String getLastModified()
ByteBuffer getIndirectBuffer()
ByteBuffer getDirectBuffer()
String getETag()
Resource getResource()
long getContentLength()
InputStream getInputStream() throws IOException
IOException
ReadableByteChannel getReadableByteChannel() throws IOException
IOException
void release()
Copyright © 1995-2015 Webtide. All Rights Reserved.