Neokernel API

HTTPResponse Methods

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

Public Instance Methods

addHeader * Use this method to add a header value for a given header name. If the header name already has a value, the values are stored in an ArrayList and added to the hashtable under the header name.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
getHeader * Use this method to get the header value(s) for a given header name.
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

HTTPResponse Class | com.neokernel.httpd Namespace