Uses of Enum
org.apache.james.mime4j.stream.EntityState
Packages that use EntityState
-
Uses of EntityState in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return EntityStateModifier and TypeMethodDescriptionEntityStateMachine.getState()Return the current state of the entity.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 TypeMethodDescriptionstatic StringMimeTokenStream.stateToString(EntityState state) Renders a state as a string suitable for logging.