- java.lang.Object
-
- swim.http.HttpPart
-
- swim.http.HttpHeader
-
- swim.http.header.AcceptCharset
-
- All Implemented Interfaces:
Debug
public final class AcceptCharset extends HttpHeader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FingerTrieSeq<HttpCharset>charsets()voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static AcceptCharsetfrom(String... charsetStrings)static AcceptCharsetfrom(FingerTrieSeq<HttpCharset> charsets)static AcceptCharsetfrom(HttpCharset... charsets)inthashCode()booleanisBlank()StringlowerCaseName()Stringname()static Parser<AcceptCharset>parseHttpValue(Input input, HttpParser http)Writer<?,?>writeHttpValue(Output<?> output, HttpWriter http)-
Methods inherited from class swim.http.HttpHeader
httpWriter, parseHttp, toString, value, writeHttp
-
Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
-
-
-
Method Detail
-
from
public static AcceptCharset from(FingerTrieSeq<HttpCharset> charsets)
-
from
public static AcceptCharset from(HttpCharset... charsets)
-
from
public static AcceptCharset from(String... charsetStrings)
-
parseHttpValue
public static Parser<AcceptCharset> parseHttpValue(Input input, HttpParser http)
-
isBlank
public boolean isBlank()
- Overrides:
isBlankin classHttpHeader
-
lowerCaseName
public String lowerCaseName()
- Specified by:
lowerCaseNamein classHttpHeader
-
name
public String name()
- Specified by:
namein classHttpHeader
-
charsets
public FingerTrieSeq<HttpCharset> charsets()
-
writeHttpValue
public Writer<?,?> writeHttpValue(Output<?> output, HttpWriter http)
- Specified by:
writeHttpValuein classHttpHeader
-
-