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.


Variable Index

 o DELIM
 o instream
 o reqsTokeniz
 o response
 o size
 o status
 o tokenList

Constructor Index

 o Response(ParkaNet)

Method Index

 o getResponse()
Returns the string of the response.
 o getSize()
Returns the size of the response.
 o getStatus()
Returns the status code of the response.
 o getTokenList()
Returns the array of tokens populated by a previous makeTokens() call.
 o makeTokens()
Parse responses that consist of tab-delimited strings into the tokenList array of tokens.

Variables

 o status
 protected int status
 o size
 protected int size
 o reqsTokeniz
 protected boolean reqsTokeniz
 o response
 protected String response
 o instream
 protected InputStream instream
 o DELIM
 protected static final String DELIM
 o tokenList
 protected String tokenList[]

Constructors

 o Response
 public Response(ParkaNet pn)

Methods

 o getStatus
 public int getStatus()
Returns the status code of the response.

 o getSize
 public int getSize()
Returns the size of the response.

 o getResponse
 public String getResponse()
Returns the string of the response.

 o makeTokens
 protected void makeTokens()
Parse responses that consist of tab-delimited strings into the tokenList array of tokens.

 o getTokenList
 public String[] getTokenList()
Returns the array of tokens populated by a previous makeTokens() call.


All Packages  Class Hierarchy  This Package  Previous  Next  Index