|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.ByteArrayEntity
railo.commons.net.http.httpclient4.entity.ByteArrayHttpEntity
public class ByteArrayHttpEntity
Constructor Summary | |
---|---|
ByteArrayHttpEntity(byte[] barr,
String contentType)
|
Method Summary | |
---|---|
long |
contentLength()
|
String |
contentType()
|
Methods inherited from class org.apache.http.entity.ByteArrayEntity |
---|
clone, getContent, getContentLength, isRepeatable, isStreaming, writeTo |
Methods inherited from class org.apache.http.entity.AbstractHttpEntity |
---|
consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.http.HttpEntity |
---|
consumeContent, getContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable, isStreaming, writeTo |
Constructor Detail |
---|
public ByteArrayHttpEntity(byte[] barr, String contentType)
Method Detail |
---|
public long contentLength()
contentLength
in interface Entity
public String contentType()
contentType
in interface Entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |