public class CreatedResponse
extends java.lang.Object
| Constructor and Description |
|---|
CreatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTerminalResponse()
Is this a terminal response, i.e. should reading of responses stop
after this response.
|
void |
process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response.
|
public void process(LoggedDataInputStream dis, ResponseServices services) throws ResponseException
process in interface Responser - the buffered reader allowing the client to read the server's
response. Note that the actual response name has already been read
and the reader is positioned just before the first argument, if any.services - various services that are useful to response handlersResponseException - if something goes wrong handling this responsepublic boolean isTerminalResponse()
isTerminalResponse in interface Response