Uses of Interface
org.apache.james.mime4j.dom.Header
Packages that use Header
-
Uses of Header in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom that return HeaderModifier and TypeMethodDescriptionEntity.getHeader()Gets the entity header.MessageBuilder.newHeader()MessageBuilder.parseHeader(InputStream source) Methods in org.apache.james.mime4j.dom with parameters of type HeaderModifier and TypeMethodDescriptionvoidSets the entity header.voidMessageWriter.writeHeader(Header header, OutputStream out) -
Uses of Header in org.apache.james.mime4j.message
Classes in org.apache.james.mime4j.message that implement HeaderModifier and TypeClassDescriptionclassAbstract MIME header.classDefault implementation ofHeader.Methods in org.apache.james.mime4j.message that return HeaderModifier and TypeMethodDescriptionCreates a newHeaderfrom the specifiedHeader.AbstractEntity.getHeader()Gets the entity header.DefaultMessageBuilder.newHeader()DefaultMessageBuilder.parseHeader(InputStream is) Methods in org.apache.james.mime4j.message with parameters of type HeaderModifier and TypeMethodDescriptionCreates a newHeaderfrom the specifiedHeader.abstract voidCalled after headers are parsed.voidSets the entity header.voidDefaultMessageWriter.writeHeader(Header header, OutputStream out) Write the specifiedHeaderto the specifiedOutputStream.Constructors in org.apache.james.mime4j.message with parameters of type HeaderModifierConstructorDescriptionAbstractHeader(Header other) Creates a newHeaderfrom the specifiedHeader.