| method | org.apache. |
|   | info | method not available | -- call on String org. |
|   | info | method not available | -- call on long org. |
|   | info | method not available | -- call on long org. |
|   | info | method not available | -- call on InputStream org. |
| method | String getContentType() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setContentType(String) |
| post | this.contentType == contentType |
| post | init'ed(this. |
| method | int getContentLength() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setContentLength(int) |
| post | this.contentLength == contentLength |
| post | init'ed(this. |
| method | InputStream getInputStream() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setInputStream( |
| post | this.inputStream == inputStream |
| post | init'ed(this. |
| method | Date getLastModified() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setLastModified(Date) |
| post | this.lastModified == lastModified |
| post | init'ed(this. |