Uses of Class
org.apache.james.mime4j.stream.EntityState
-
Packages that use EntityState Package Description org.apache.james.mime4j.stream -
-
Uses of EntityState in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return EntityState Modifier and Type Method Description EntityState
EntityStateMachine. getState()
Return the current state of the entity.EntityState
MimeTokenStream. getState()
Returns the current state.EntityState
RawEntity. getState()
EntityState
MimeTokenStream. next()
This method advances the token stream to the next token.static EntityState
EntityState. valueOf(String name)
Returns 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 EntityState Modifier and Type Method Description static String
MimeTokenStream. stateToString(EntityState state)
Renders a state as a string suitable for logging.
-