Uses of Enum
org.apache.james.mime4j.stream.EntityState
Packages that use EntityState
-
Uses of EntityState in org.apache.james.mime4j.stream
Subclasses with type arguments of type EntityState in org.apache.james.mime4j.streamModifier and TypeClassDescriptionenumEnumeration of states an entity is expected to go through in the process of the MIME stream parsing.Fields in org.apache.james.mime4j.stream declared as EntityStateModifier and TypeFieldDescriptionprivate final EntityStateMimeEntity.endStateprivate EntityStateMimeEntity.stateprivate EntityStateMimeTokenStream.stateprivate EntityStateRawEntity.stateMethods in org.apache.james.mime4j.stream that return EntityStateModifier and TypeMethodDescriptionEntityStateMachine.getState()Return the current state of the entity.MimeEntity.getState()MimeTokenStream.getState()Returns the current state.RawEntity.getState()MimeTokenStream.next()This method advances the token stream to the next token.static EntityStateReturns the enum constant of this type with the specified name.static EntityState[]EntityState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.james.mime4j.stream with parameters of type EntityStateModifier and TypeMethodDescriptionprivate voidMimeTokenStream.doParse(InputStream stream, EntityState start) private EntityStateMachineMimeEntity.nextMimeEntity(EntityState startState, EntityState endState, InputStream instream) static StringMimeEntity.stateToString(EntityState state) Renders a state as a string suitable for logging.static StringMimeTokenStream.stateToString(EntityState state) Renders a state as a string suitable for logging.Constructors in org.apache.james.mime4j.stream with parameters of type EntityStateModifierConstructorDescription(package private)MimeEntity(LineNumberSource lineSource, InputStream instream, MimeConfig config, EntityState startState, EntityState endState, DecodeMonitor monitor, FieldBuilder fieldBuilder, BodyDescriptorBuilder bodyDescBuilder)