Class HTTPParser
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.HTTPParser
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuffer
getCanonicalPath
(String path, StringBuffer target) static HTTPStatus
parseStatus
(InputStream is, String charset) static String
readLine
(InputStream is, String charset) private static int
-
Field Details
-
ourLocalReadBuffer
-
-
Constructor Details
-
HTTPParser
HTTPParser()
-
-
Method Details
-
parseStatus
public static HTTPStatus parseStatus(InputStream is, String charset) throws IOException, ParseException - Throws:
IOException
ParseException
-
readLine
- Throws:
IOException
-
readPlainLine
- Throws:
IOException
-
getCanonicalPath
-