railo.commons.net.http.httpclient3.entity
Class _ByteArrayRequestEntity

java.lang.Object
  extended by org.apache.commons.httpclient.methods.ByteArrayRequestEntity
      extended by railo.commons.net.http.httpclient3.entity._ByteArrayRequestEntity
All Implemented Interfaces:
org.apache.commons.httpclient.methods.RequestEntity, Entity, Entity3

public class _ByteArrayRequestEntity
extends org.apache.commons.httpclient.methods.ByteArrayRequestEntity
implements Entity3


Constructor Summary
_ByteArrayRequestEntity(byte[] barr, String contentType)
           
 
Method Summary
 long contentLength()
           
 String contentType()
           
 
Methods inherited from class org.apache.commons.httpclient.methods.ByteArrayRequestEntity
getContent, getContentLength, getContentType, isRepeatable, writeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.httpclient.methods.RequestEntity
getContentLength, getContentType, isRepeatable, writeRequest
 

Constructor Detail

_ByteArrayRequestEntity

public _ByteArrayRequestEntity(byte[] barr,
                               String contentType)
Method Detail

contentLength

public long contentLength()
Specified by:
contentLength in interface Entity

contentType

public String contentType()
Specified by:
contentType in interface Entity


Copyright © 2012 Railo