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 EntityStateEntityStateMachine. getState()Return the current state of the entity.EntityStateMimeTokenStream. getState()Returns the current state.EntityStateRawEntity. getState()EntityStateMimeTokenStream. next()This method advances the token stream to the next token.static EntityStateEntityState. 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 StringMimeTokenStream. stateToString(EntityState state)Renders a state as a string suitable for logging.
-