All Packages Class Hierarchy This Package Previous Next Index
Class ParkaClient.Response
java.lang.Object
|
+----ParkaClient.Response
- public class Response
- extends Object
A response object from the Parka server.
-
DELIM
-
-
instream
-
-
reqsTokeniz
-
-
response
-
-
size
-
-
status
-
-
tokenList
-
-
Response(ParkaNet)
-
-
getResponse()
- Returns the string of the response.
-
getSize()
- Returns the size of the response.
-
getStatus()
- Returns the status code of the response.
-
getTokenList()
- Returns the array of tokens populated by a previous makeTokens() call.
-
makeTokens()
- Parse responses that consist of tab-delimited strings into the
tokenList array of tokens.
status
protected int status
size
protected int size
reqsTokeniz
protected boolean reqsTokeniz
response
protected String response
instream
protected InputStream instream
DELIM
protected static final String DELIM
tokenList
protected String tokenList[]
Response
public Response(ParkaNet pn)
getStatus
public int getStatus()
- Returns the status code of the response.
getSize
public int getSize()
- Returns the size of the response.
getResponse
public String getResponse()
- Returns the string of the response.
makeTokens
protected void makeTokens()
- Parse responses that consist of tab-delimited strings into the
tokenList array of tokens.
getTokenList
public String[] getTokenList()
- Returns the array of tokens populated by a previous makeTokens() call.
All Packages Class Hierarchy This Package Previous Next Index