railo.commons.net
Class EmptyRequestEntity

java.lang.Object
  extended by railo.commons.net.EmptyRequestEntity
All Implemented Interfaces:
org.apache.commons.httpclient.methods.RequestEntity

public class EmptyRequestEntity
extends Object
implements org.apache.commons.httpclient.methods.RequestEntity


Constructor Summary
EmptyRequestEntity()
          Constructor of the class
EmptyRequestEntity(String contentType)
          Constructor of the class
 
Method Summary
 long getContentLength()
           
 String getContentType()
           
 boolean isRepeatable()
           
 void writeRequest(OutputStream os)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyRequestEntity

public EmptyRequestEntity(String contentType)
Constructor of the class

Parameters:
contentType -

EmptyRequestEntity

public EmptyRequestEntity()
Constructor of the class

Method Detail

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntity
See Also:
RequestEntity.getContentLength()

getContentType

public String getContentType()
Specified by:
getContentType in interface org.apache.commons.httpclient.methods.RequestEntity
See Also:
RequestEntity.getContentType()

isRepeatable

public boolean isRepeatable()
Specified by:
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntity
See Also:
RequestEntity.isRepeatable()

writeRequest

public void writeRequest(OutputStream os)
                  throws IOException
Specified by:
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntity
Throws:
IOException


Copyright © 2012 Railo