Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known. For HTTP servlets, same as the value of the CGI variable CONTENT_LENGTH. @return a long integer containing the length of the request body or -1 if the length is not known @si
()
| 128 | * @since Servlet 3.1 |
| 129 | */ |
| 130 | long getContentLengthLong(); |
| 131 | |
| 132 | /** |
| 133 | * Returns the MIME type of the body of the request, or <code>null</code> if the type is not known. For HTTP |
no outgoing calls