Package | Description |
---|---|
org.apache.hc.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
Modifier and Type | Method and Description |
---|---|
StatusLine |
BasicLineParser.parseStatusLine(CharArrayBuffer buffer) |
StatusLine |
LineParser.parseStatusLine(CharArrayBuffer buffer)
Parses a status line from the given buffer containing one line of text.
|
Modifier and Type | Method and Description |
---|---|
void |
LineFormatter.formatStatusLine(CharArrayBuffer buffer,
StatusLine statline)
Formats a status line.
|
void |
BasicLineFormatter.formatStatusLine(CharArrayBuffer buffer,
StatusLine statusLine) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.