| 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 | BasicLineFormatter. formatStatusLine(CharArrayBuffer buffer,
                StatusLine statusLine) | 
| void | LineFormatter. formatStatusLine(CharArrayBuffer buffer,
                StatusLine statline)Formats a status line. | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.