Neokernel API

HTTPResponse Fields

The fields of the HTTPResponse class are listed below. For a complete list of HTTPResponse class members, see the HTTPResponse Members topic.

Public Static Fields

CODE_200 * These are the result codes supported
CODE_201
CODE_204
CODE_301
CODE_302
CODE_400
CODE_401
CODE_403
CODE_404
CODE_500

Public Instance Fields

data * This is the data that was stored in the body of the HTTP response
headers * This is a hashtable of all the headers in the HTTP response from the web server
redirectLocation * This is the location of the redirect when the result code is 30*
resultCode * This is the result code of the response

See Also

HTTPResponse Class | com.neokernel.httpd Namespace