com.ibm.security.certclient.base

Interface PkHttpConstants

All known subinterfaces:
PkConstants
All known implementing classes:
JPKI, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter

  1. public interface PkHttpConstants
Constants used for HTTP request attribute names. That is, the names of attributes in instances of PkHttpReqEvent and its subclasses.
Author:
Rod Mancisidor

Field Summary

Modifier and Type Field and Description
  1. static
  2. String
HTTP_BASE_NAME
basename of requested filename; maps to String.
  1. static
  2. String
HTTP_FILE_NAME
requested filename; maps to String.
  1. static
  2. String
HTTP_METHOD
method used in request; usually "GET" or "POST" maps to String.
  1. static
  2. String
HTTP_ROOT
All http attribute names start with this string.
  1. static
  2. String
HTTP_VERSION
Version requested by brower; maps to String.

Field Detail

HTTP_ROOT

  1. static final String HTTP_ROOT
All http attribute names start with this string.
See Also:

HTTP_VERSION

  1. 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

  1. 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

  1. 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

  1. static final String HTTP_METHOD
method used in request; usually "GET" or "POST" maps to String.

See Also: