|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.request.Request
public abstract class Request
The superclass of all requests made to the CVS server
Constructor Summary | |
---|---|
Request()
|
Method Summary | |
---|---|
FileDetails |
getFileForTransmission()
If a file transmission is required, get the file object representing the file to transmit after the request string. |
abstract java.lang.String |
getRequestString()
Get the request String that will be passed to the server |
abstract boolean |
isResponseExpected()
Is a response expected from the server? |
boolean |
modifiesInputStream()
Does this request modify the input stream? |
void |
modifyInputStream(Connection connection)
Modify streams on the connection if necessary |
void |
modifyOutputStream(Connection connection)
Modify streams on the connection if necessary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Request()
Method Detail |
---|
public abstract java.lang.String getRequestString() throws UnconfiguredRequestException
UnconfiguredRequestException
- if the request has not been
properly configuredpublic abstract boolean isResponseExpected()
public FileDetails getFileForTransmission()
public void modifyOutputStream(Connection connection) throws java.io.IOException
java.io.IOException
public void modifyInputStream(Connection connection) throws java.io.IOException
java.io.IOException
public boolean modifiesInputStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |