Class HTTP
- java.lang.Object
-
- com.zing.zalo.zbrowser.downloader.HTTP
-
public class HTTP extends Object
-
-
Constructor Summary
Constructors Constructor Description HTTP()
-
-
-
Field Detail
-
CR
public static final char CR
- See Also:
- Constant Field Values
-
LF
public static final char LF
- See Also:
- Constant Field Values
-
VERSION_1_1
public static final String VERSION_1_1
- See Also:
- Constant Field Values
-
CRLF
public static final String CRLF
- See Also:
- Constant Field Values
-
-