public interface Response
Modifier and Type | Method and Description |
---|---|
boolean |
isTerminalResponse()
Is this a terminal response, i.e.
|
void |
process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response.
|
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()
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.