public class HeaderUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toPrintableString(byte[] bytes,
int offset,
int len)
Converts an HTTP header line in byte form to a printable String.
|
public static java.lang.String toPrintableString(byte[] bytes, int offset, int len)
bytes
- Contains an HTTP header lineoffset
- The start position of the header line in the arraylen
- The length of the HTTP header lineCopyright © 2000-2023 Apache Software Foundation. All Rights Reserved.