Package com.netscape.cmsutil.http
Class Http
- java.lang.Object
-
- com.netscape.cmsutil.http.Http
-
public class Http extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Http()
-
-
-
Field Detail
-
HttpVers
public static final java.lang.String HttpVers
- See Also:
- Constant Field Values
-
Vers1_0
public static final java.lang.String Vers1_0
- See Also:
- Constant Field Values
-
Vers1_1
public static final java.lang.String Vers1_1
- See Also:
- Constant Field Values
-
CRLF
public static final java.lang.String CRLF
- See Also:
- Constant Field Values
-
CR
public static final char CR
- See Also:
- Constant Field Values
-
LF
public static final char LF
- See Also:
- Constant Field Values
-
SP
public static final char SP
- See Also:
- Constant Field Values
-
-