Uses of Interface
org.apache.james.mime4j.stream.BodyDescriptor
Packages that use BodyDescriptor
Package
Description
-
Uses of BodyDescriptor in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type BodyDescriptorModifier and TypeMethodDescriptionvoid
ParserStreamContentHandler.body
(BodyDescriptor bd, InputStream is) void
ParserStreamContentHandler.startMultipart
(BodyDescriptor bd) -
Uses of BodyDescriptor in org.apache.james.mime4j.message
Classes in org.apache.james.mime4j.message that implement BodyDescriptorModifier and TypeClassDescriptionclass
ExtendedBodyDescriptor
implementation with complete content details.Methods in org.apache.james.mime4j.message that return BodyDescriptor -
Uses of BodyDescriptor in org.apache.james.mime4j.parser
Methods in org.apache.james.mime4j.parser with parameters of type BodyDescriptorModifier and TypeMethodDescriptionvoid
AbstractContentHandler.body
(BodyDescriptor bd, InputStream is) void
ContentHandler.body
(BodyDescriptor bd, InputStream is) Called when the body of a discrete (non-multipart) entity is about to be parsed.void
AbstractContentHandler.startMultipart
(BodyDescriptor bd) void
ContentHandler.startMultipart
(BodyDescriptor bd) Called when the body of a multipart entity is about to be parsed. -
Uses of BodyDescriptor in org.apache.james.mime4j.stream
Classes in org.apache.james.mime4j.stream that implement BodyDescriptorFields in org.apache.james.mime4j.stream declared as BodyDescriptorMethods in org.apache.james.mime4j.stream that return BodyDescriptorModifier and TypeMethodDescriptionBodyDescriptorBuilder.build()
Builds an instance ofBodyDescriptor
based on the internal state.FallbackBodyDescriptorBuilder.build()
EntityStateMachine.getBodyDescriptor()
Returns description of the entity body.MimeEntity.getBodyDescriptor()
Gets a descriptor for the current entity.MimeTokenStream.getBodyDescriptor()
Gets a descriptor for the current entity.RawEntity.getBodyDescriptor()
This method has no effect and always returnsnull
.