|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.antcontrib.antserver.commands.AbstractCommand
public abstract class AbstractCommand
Place class description here.
Constructor Summary | |
---|---|
AbstractCommand()
|
Method Summary | |
---|---|
long |
getContentLength()
Is there additional content being sent from the local machine to the remote server |
java.io.InputStream |
getContentStream()
Gets the content's input stream. |
java.io.InputStream |
getReponseContentStream()
|
long |
getResponseContentLength()
|
boolean |
respond(org.apache.tools.ant.Project project,
long contentLength,
java.io.InputStream contentStream)
Process any additional data from a response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.antcontrib.antserver.Command |
---|
execute, validate |
Constructor Detail |
---|
public AbstractCommand()
Method Detail |
---|
public long getContentLength()
Command
getContentLength
in interface Command
public java.io.InputStream getContentStream() throws java.io.IOException
Command
getContentStream
in interface Command
java.io.IOException
public long getResponseContentLength()
getResponseContentLength
in interface Command
public java.io.InputStream getReponseContentStream() throws java.io.IOException
getReponseContentStream
in interface Command
java.io.IOException
public boolean respond(org.apache.tools.ant.Project project, long contentLength, java.io.InputStream contentStream) throws java.io.IOException
Command
respond
in interface Command
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |