net.sf.antcontrib.antserver.commands

Class AbstractCommand

public abstract class AbstractCommand extends Object implements Command

Place class description here.

Author: Matthew Inger

Method Summary
longgetContentLength()
InputStreamgetContentStream()
InputStreamgetReponseContentStream()
longgetResponseContentLength()
booleanrespond(Project project, long contentLength, InputStream contentStream)

Method Detail

getContentLength

public long getContentLength()

getContentStream

public InputStream getContentStream()

getReponseContentStream

public InputStream getReponseContentStream()

getResponseContentLength

public long getResponseContentLength()

respond

public boolean respond(Project project, long contentLength, InputStream contentStream)