Package com.predic8.membrane.core.http
package com.predic8.membrane.core.http
-
ClassDescriptionA HTTP message body (request or response), as it is received or constructed internally by Membrane.Used to send a message body.A message body (streaming, if possible).An
InputStreamoffering aList<Chunk>as one single stream.A chunk of a HTTP message body.Reads the body with "Transfer-Encoding: chunked".The headers of an HTTP message.This class is used byHeadera key for header fields.A HTTP message (request or response).AMessageObservermay be registered on a HTTPMessageand will be called, when the message's body becomes fully known to Membrane.Use javax.mail.internet.ContentType to parse a mime type or the methods using ContenType below.MarksMessageObservers which do not process the body chunks.