ChunkedMessageBodyInputStream to read the body of the HTTP request in "chunked" encoding from
the HTTPRequest and the InputStream.OutputStream to write the body of the HTTP response in "chunked" encoding using the
HTTPResponse and the OutputStream.original InputStream.original OutputStream.IdentityMessageBodyInputStream to read the message body of the HTTP request.IdentityMessageBodyOutputStream to write the message body of the HTTP response.InputStream to read the decoded data from the original InputStream.original OutputStream with a special OutputStream which performs the
encoding.InputStream that can be used to decode message body of the given request.OutputStream that can be used to encode the message body of the HTTPResponse.