The methods of the HTTPResponse class are listed below. For a complete list of HTTPResponse class members, see the HTTPResponse Members topic.
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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
HTTPResponse Class | com.neokernel.httpd Namespace