com.ibm.security.certclient.base
Interface PkHttpConstants
All known subinterfaces:
All known implementing classes:
JPKI, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter
- public interface PkHttpConstants
PkHttpReqEvent
and its subclasses.
Author:
Rod Mancisidor
Field Summary
Modifier and Type | Field and Description |
---|---|
|
HTTP_BASE_NAME
basename of requested filename;
maps to
String .
|
|
HTTP_FILE_NAME
requested filename;
maps to
String .
|
|
HTTP_METHOD
method used in request; usually "GET" or "POST"
maps to
String .
|
|
HTTP_ROOT
All http attribute names start with this string.
|
|
HTTP_VERSION
Version requested by brower;
maps to
String .
|
Field Detail
HTTP_ROOT
- static final String HTTP_ROOT
All http attribute names start with this string.
See Also:
HTTP_VERSION
- static final String HTTP_VERSION
Version requested by brower;
maps to
String
.Common values are "HTTP/1.0" and "HTTP/1.1"
See Also:
HTTP_FILE_NAME
- static final String HTTP_FILE_NAME
requested filename;
maps to
String
.
This attribute contains the name of the requested file, or more
precisely the URI (without parameters). It is used only by
PkHttpReqEvent
.
See Also:
HTTP_BASE_NAME
- static final String HTTP_BASE_NAME
basename of requested filename;
maps to
String
.
This attribute contains the name of the requested file minus any
directories in the name. It is used only by PkHttpReqEvent
.
See Also:
HTTP_METHOD
- static final String HTTP_METHOD
method used in request; usually "GET" or "POST"
maps to
String
.
See Also: