Class Message

java.lang.Object
org.apache.james.jdkim.impl.Message
All Implemented Interfaces:
Headers

public class Message extends Object implements Headers
The header of an entity (see RFC 2045).
  • Constructor Details

    • Message

      public Message(InputStream is) throws IOException, org.apache.james.mime4j.MimeException
      Creates a new Header from the specified stream.
      Parameters:
      is - the stream to read the header from.
      Throws:
      IOException - on I/O errors.
      org.apache.james.mime4j.MimeException - on MIME protocol violations.
  • Method Details