public class HttpParser extends Object
Constructor and Description |
---|
HttpParser() |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.Header[] |
parseHeaders(InputStream is,
String charset) |
static String |
readLine(InputStream inputStream,
String charset) |
public static String readLine(InputStream inputStream, String charset) throws IOException
IOException
public static org.apache.http.Header[] parseHeaders(InputStream is, String charset) throws IOException, org.apache.http.HttpException
IOException
org.apache.http.HttpException
Copyright © 2019. All Rights Reserved.