public class WrapperSendResponse extends Object implements Response
| Constructor and Description |
|---|
WrapperSendResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTerminalResponse()
Is this a terminal response, i.e.
|
static Map<StringPattern,KeywordSubstitutionOptions> |
parseWrappers(String line) |
void |
process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response.
|
public static Map<StringPattern,KeywordSubstitutionOptions> parseWrappers(String line)
public void process(LoggedDataInputStream dis, ResponseServices services) throws ResponseException
process in interface Responsedis - 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.ResponseExceptionpublic boolean isTerminalResponse()
isTerminalResponse in interface ResponseCopyright © 2013. All rights reserved.