com.netscape.cmsutil.http
Class Http
java.lang.Object
com.netscape.cmsutil.http.Http
public class Http
- extends java.lang.Object
Field Summary |
static char |
CR
|
static java.lang.String |
CRLF
|
static java.lang.String |
HttpVers
|
static char |
LF
|
static char |
SP
|
static java.lang.String |
Vers1_0
|
static java.lang.String |
Vers1_1
|
Constructor Summary |
Http()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Http
public Http()