Enum Class ResponseParserState

java.lang.Object
java.lang.Enum<ResponseParserState>
io.fusionauth.http.client.ResponseParserState
All Implemented Interfaces:
Serializable, Comparable<ResponseParserState>, Constable

public enum ResponseParserState extends Enum<ResponseParserState>
  • Enum Constant Details

  • Method Details

    • values

      public static ResponseParserState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ResponseParserState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • next

      public abstract ResponseParserState next(byte ch, Map<String,List<String>> headers)
    • store

      public abstract boolean store()