|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Response
Handles responses from the CVS server
Method Summary | |
---|---|
boolean |
isTerminalResponse()
Is this a terminal response, i.e. |
void |
process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response. |
Method Detail |
---|
void process(LoggedDataInputStream dis, ResponseServices services) throws ResponseException
dis
- the data inputstream allowing the client to read the server's
response. Note that the actual response name has already been read
and the input stream is positioned just before the first argument, if
any.
ResponseException
boolean isTerminalResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |